Color Changer

Change the current page color

Color Changerとは何ですか?

Color Changerはhttp://cleandesk.infoによって開発されたChromeの拡張機能で、その主な機能は「Change the current page color」です。

Color Changer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        When you add the chrome pictures app, the Color Changer icon appears in Chrome's app launcher on the Tab page, along with your other apps.  You can fire up the color changer from here, instead of pinned tabs or the address bar.  Go forth and take pictures!                    

拡張機能の基本情報

名前 Color Changer Color Changer
ID gdolkoaggoefghmnahegdiahpmijjmea
公式URL https://chrome.google.com/webstore/detail/color-changer/gdolkoaggoefghmnahegdiahpmijjmea
説明 Change the current page color
ファイルサイズ 4.08 KB
インストール数 48
現在のバージョン 1.0
最終更新日 2016-08-25
公開日 2016-08-23
評価 1.00/5 合計 1 レビュー
開発者 http://cleandesk.info
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://cleandesk.info/privacypolicy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Changer",
    "description": "Change the current page color",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Set this page's color.",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}