Credit to VoyD for providing the information
Creating a Theme in CRX format: http://dev.chromium.org/developers/d...cuments/themes
List of images for CRX (only begins with IDR_THEME): http://src.chromium.org/viewvc/chrom..._resources.grd
To begin:
1. Create a folder, for example C:\MyTheme
2. Create a sub folder and add your images to it C:\MyTheme\Image
3. Create a file C:\MyTheme\manifest.json See example
4. Close all instances of Chrome.
5. Packaging an Extension http://dev.chromium.org/developers/d...ions/packaging
(for example, chrome.exe --pack-extension="C:\MyTheme")
6. It will creates 2 files: MyTheme.CRX and MyTheme.PEM
For future modifications, edit CRX:
chrome.exe --pack-extension="C:\MyTheme" --pack-extension-key="C:\MyTheme.pem"
Additional info
1. Resources for colors and tints
http://src.chromium.org/viewvc/chrom...me_provider.cc
NOTE:
Presently not all buttons can be done in theme.crx
This is possible when creating themes in default.dll
See here
http://code.google.com/p/chromium/is...etail?id=18065


LinkBack URL
About LinkBacks





Reply With Quote