mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
* Add global side panel * Add multiple panes sample * Add dictionary side panel sample * Add google.com and action click extension * Switch to lowercase * Fix name * Fix links * Add screenshots and links * Tweak google sp * Remove logs * Add install reason * Add default title to action * Change extension names Update readme's * Tweak comments Add aside * increase picture size * Add screenshots * Add spaces * Update screenshots * Update img size * Refactor multiple panels * rename action folder to site-specific * Switch to Side Panel API * Apply suggestions from Tech review p2 Thanks Oliver! Co-authored-by: Oliver Dunk <oliverdunk@google.com> * Add space Change variable --------- Co-authored-by: Oliver Dunk <oliverdunk@google.com>
11 lines
213 B
HTML
11 lines
213 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>My Sidepanel extension</title>
|
|
</head>
|
|
<body>
|
|
<h1>This is the main side panel</h1>
|
|
<p>Use this extension to make your dreams come true!</p>
|
|
</body>
|
|
</html>
|