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
官方網址 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
電子郵箱 [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
}