Color Code App

Displays the color codes for the current tab

什麼是Color Code App?

Color Code App是由Ninja Apps開發的Chrome擴展程式,該擴展的主要功能是“Displays the color codes for the current tab”。

擴展截圖

screenshot
screenshot

下載Color Code App擴展crx文件

下載Color Code App擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A web app that displays the color codes of the current website you're on. RGB Values, HSL Values and Hexadecimal Values.                    

擴展基本資訊

名稱 Color Code App Color Code App
ID dfcjkncfhgnlnkdjoeohfkajopmoonnl
官方網址 https://chrome.google.com/webstore/detail/color-code-app/dfcjkncfhgnlnkdjoeohfkajopmoonnl
簡介 Displays the color codes for the current tab
檔案大小 10.08 KB
安裝次數 131
目前版本 1.0
更新時間 2015-01-12
上架時間 2015-01-12
評分 2.50/5 共 2 次評分
開發者 Ninja Apps
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color Code App",
    "version": "1.0",
    "description": "Displays the color codes for the current tab",
    "browser_action": {
        "default_icon": "icon19-small.png",
        "default_title": "Color Code App"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "permissions": [
        "",
        "contextMenus"
    ],
    "icons": {
        "16": "icon19-small.png",
        "48": "icon19-large.png"
    }
}