Screen Color Picker

An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen

什么是Screen Color Picker?

Screen Color Picker是由meddeg59开发的Chrome扩展程序,该扩展的主要功能是“An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen”。

扩展截图

screenshot

下载Screen Color Picker扩展crx文件

下载Screen Color Picker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        An easy and fast extension to pick the color code of a pixel from ANYWHERE on your screen. Click the extension logo, click on the pixel you want to take the color code from , and here we go ,the color code is directly copied to your clipboard !                    

扩展基本信息

名称 Screen Color Picker Screen Color Picker
ID ppjaeooknocbiflabboobeaeoedlpecl
官方URL https://chromewebstore.google.com/detail/screen-color-picker/ppjaeooknocbiflabboobeaeoedlpecl
简介 An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen
文件大小 69.86 KB
安装次数 897
当前版本 1.0.0
更新时间 2022-09-29
上架时间 2022-09-28
评分 1.00/5 共1次评分
开发者 meddeg59
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screen Color Picker",
    "version": "1.0.0",
    "action": {
        "default_title": "Pick a color from your screen"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.jsx.10f1a301.62bb8f98.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "assets\/content.jsx.20002178.css"
            ]
        }
    ],
    "icons": {
        "16": "16pipe.png",
        "48": "48pipe.png",
        "128": "128pipe.png"
    },
    "description": "An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.jsx.10f1a301.js"
            ],
            "use_dynamic_url": true
        }
    ]
}