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"
    }
}