Themes For Chrome

Get quick access to all my top themes right in your Chrome browser

What is Themes For Chrome?

Themes For Chrome is a Chrome extension developed by https://www.chromethemer.com, and its main feature is "Get quick access to all my top themes right in your Chrome browser".

Extension Screenshots

screenshot
screenshot
screenshot

Download Themes For Chrome Extension CRX File

Download Themes For Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This browser extension; Creates a customization icon in your browser that opens a pop-up link that takes you straight to chromethemer's homepage where you can access all my best themes.

Download Free Themes For Google Chrome.  Awesome Themes To Choose From, Updated Daily.  

Free Updates & New Theme Releases!

Get Quick & Easy Access to ChromeThemer.com

DOWNLOAD NOW & Please Rate or Leave a Comment ...                    

Extension Basic Information

Name Themes For Chrome Themes For Chrome
ID hhgbfciofeannobmgngkfgjkanpiphpa
Official URL https://chrome.google.com/webstore/detail/themes-for-chrome/hhgbfciofeannobmgngkfgjkanpiphpa
Description Get quick access to all my top themes right in your Chrome browser
File Size 13.63 KB
Installation Count 1,688
Current Version 1.4
Last Updated 2020-06-07
Publish Date 2020-06-05
Rating 3.50/5 Total 6 Ratings
Developer https://www.chromethemer.com
Email [email protected]
Payment Type free
Extension Website https://www.chromethemer.com/
Help Page URL https://www.chromethemer.com/
Privacy Policy Page URL https://www.chromethemer.com/privacy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Themes For Chrome",
    "description": "Get quick access to all my top themes right in your Chrome browser",
    "version": "1.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "hello.html"
    },
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens hello.html"
        }
    }
}