chrome-extension-cli
Version:
The CLI for your next Chrome Extension.
62 lines (45 loc) • 1.6 kB
Markdown
# Chrome Extension CLI Templates
With Chrome Extension CLI you can built any of the below extensions:
## Popup
With Popup extension you can add features to Active Tab.
<div align="center">
<figure>
<img width="600" height="386" src="../assets/template-popup.png" alt="Popup template">
<figcaption>
<p>A counter extension that maintains it's count value across tabs.</p>
</figcaption>
</figure>
</div>
---
## Override page
With Override page extension you can override default page like New Tab, Bookmarks, or History page.
<div align="center">
<figure>
<img width="600" height="386" src="../assets/template-page.png" alt="Override page template">
<figcaption>
<p>A dashboard extension that displays time by overriding Chrome's default New Tab page.</p>
</figcaption>
</figure>
</div>
---
## DevTools
With DevTools extension you can add new features to Chrome Developer Tools.
<div align="center">
<figure>
<img width="600" height="386" src="../assets/template-panel.png" alt="DevTools Panel template">
<figcaption>
<p>A React Checker extension within DevTools that checks whether a page is using React or not.</p>
</figcaption>
</figure>
</div>
---
## Side Panel
With Side Panel extension you can add new features to Chrome Side Panel.
<div align="center">
<figure>
<img width="600" height="386" src="../assets/template-side-panel.png" alt="Side Panel template">
<figcaption>
<p>A side panel extension that provides a list of all open tabs in active window.</p>
</figcaption>
</figure>
</div>