Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 1.56 KB

README.md

File metadata and controls

61 lines (45 loc) · 1.56 KB

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.

Popup template

A counter extension that maintains it's count value across tabs.


Override page

With Override page extension you can override default page like New Tab, Bookmarks, or History page.

Override page template

A dashboard extension that displays time by overriding Chrome's default New Tab page.


DevTools

With DevTools extension you can add new features to Chrome Developer Tools.

DevTools Panel template

A React Checker extension within DevTools that checks whether a page is using React or not.


Side Panel

With Side Panel extension you can add new features to Chrome Side Panel.

Side Panel template

A side panel extension that provides a list of all open tabs in active window.