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
官方網址 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
        }
    ]
}