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
公式URL 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"
    }
}