A starter kit for chrome extension development.
This is a directory tree of links to various Chrome developer pages.
- Extensions
- Learn Basics
- Getting Started Tutorial
- Sample Extensions
- Develop Extensions
- Distribute Extensions
- Chrome Platform APIs
- Help
- manifest.json
- icon.png
- popup.html
- popup.js
Documentation on creating themes is a bit limited so referencing the Chromium (which Chrome is built on) source is helpful https://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/themes/
- manifest.json
- images
The published Dark Theme - Charcoal is available on the Chrome Web Store.
The published Unicorn Theme is available on the Chrome Web Store.
The following themes are not yet on the Chrome Web Store:
- theme-google-pastel
- theme-green-mint-v1
- theme-blue-mint-v1