UNPKG

chrome-extension-cli

Version:
30 lines (23 loc) 713 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>My Sidepanel</title> <link rel="stylesheet" href="sidepanel.css" /> </head> <body> <div class="app"> <p class="app-heading">Tabs</p> <ul id="tabs-list" class="tabs-list"></ul> <hr class="divider" /> <p class="title">Chrome Extension is Ready!</p> <p class="subtitle">Start by updating <code>sidepanel.html</code></p> </div> <script src="sidepanel.js"></script> <!-- This HTML file opens when you click on icon from the toolbar. To begin the development, run `npm run watch`. To create a production bundle, use `npm run build`. --> </body> </html>