Themes For Chrome

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

Themes For Chromeとは何ですか?

Themes For Chromeはhttps://www.chromethemer.comによって開発されたChromeの拡張機能で、その主な機能は「Get quick access to all my top themes right in your Chrome browser」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Themes For Chrome拡張機能のCRXファイルをダウンロード

Themes For Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 ...                    

拡張機能の基本情報

名前 Themes For Chrome Themes For Chrome
ID hhgbfciofeannobmgngkfgjkanpiphpa
公式URL https://chrome.google.com/webstore/detail/themes-for-chrome/hhgbfciofeannobmgngkfgjkanpiphpa
説明 Get quick access to all my top themes right in your Chrome browser
ファイルサイズ 13.63 KB
インストール数 1,688
現在のバージョン 1.4
最終更新日 2020-06-07
公開日 2020-06-05
評価 3.50/5 合計 6 レビュー
開発者 https://www.chromethemer.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.chromethemer.com/
ヘルプページのURL https://www.chromethemer.com/
プライバシーポリシーページのURL https://www.chromethemer.com/privacy.html
対応言語 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"
        }
    }
}