Made some Lazy-themes for Google Chrome
Stephanie.crx (all pink)
LazySport.crx (original blue)
Chrome will theme the browser by drag-and-drop.
Updated: changed the tab-color and uploaded the theme at --- dead link ---
Sportacus-theme: --- dead link ---
Incognito tabs fixed
The only thing needed creating this themes was making the graphic and compile the *.crx-file, using Chrome Beta version. From chrome://extensions/ in address-field. The .crx-file is only a .zip-file that can be opened by 7-zip. The folder that should be compiled needs manifest.json and the graphics.
manifest.json used in LazySport.crx
manifest.json used in Stephanie.crx
Using no widescreen it will fail
Now go make some Lazy-themes
Stephanie.crx (all pink)
LazySport.crx (original blue)
Chrome will theme the browser by drag-and-drop.
Updated: changed the tab-color and uploaded the theme at --- dead link ---
Sportacus-theme: --- dead link ---
Incognito tabs fixed
The only thing needed creating this themes was making the graphic and compile the *.crx-file, using Chrome Beta version. From chrome://extensions/ in address-field. The .crx-file is only a .zip-file that can be opened by 7-zip. The folder that should be compiled needs manifest.json and the graphics.
manifest.json used in LazySport.crx
Code:
{ "theme": { "images": { "theme_ntp_background": "sportacus.png"}, "properties": { "ntp_background_alignment": "top left"}}, "version": "1", "name": "LazySport" }
Code:
{ "theme": { "images": { "theme_frame": "theme_frame.png", "theme_tab_background": "theme_tab_background.png", "theme_tab_background_incognito": "theme_tab_background.png", "theme_toolbar": "theme_toolbar.png", "theme_button_background": "theme_button_background.png", "theme_ntp_background": "theme_ntp_background.png"}, "colors": { "frame": [244, 54, 133], "frame_inactive": [251, 176, 207], "toolbar": [251, 176, 207], "toolbar_incognito": [251, 176, 207], "ntp_background": [255, 255, 255], "ntp_section": [251, 176, 207, 0.7], "ntp_header": [244, 54, 133, 1]}, "tints": { "buttons": [0.900, 0.900, 0.600]}, "properties": { "ntp_background_alignment": "top left"}}, "version": "1", "name": "Stephanie" }
Now go make some Lazy-themes
Comment