Color Picker

Easily identify the color on the page

什麼是Color Picker?

Color Picker是由georgiysubootin開發的Chrome擴展程式,該擴展的主要功能是“Easily identify the color on the page”。

擴展截圖

screenshot

下載Color Picker擴展crx文件

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

擴展使用說明

                        Get the whole color palette from any web page just in one click with new and amazing Color picker. Here is cool extension that brightens up your gray days behind the screen. So basically, it`s color picker for extracting pixel color from a web page. Absolutely free extension has never been so cool. It`s an extension for chrome browser that`ll definitely make your life easy and simple. It may come in handy for web designers and web developers. Pick color from a huge color palette from any web page just in one click with new and amazing extension for Chrome browser. There is really no difficulties with this color picker – simple, reliable, stable, with user-friendly interface so it`s pretty easy to work with. Just install this extension and you`ll see the difference. Get RGB colors from any webpage in simple manner.  Different color formats are available in our new extension. We provide you amazing and useful Eyedropper app for your browser. Installation process is also pretty simple and doesn`t take a lot of your time, just a few seconds. Install Eyedropper to improve your browser. Extension has intuitive and simple design, so you won`t get confused. Pick color just in one click and instantly get the color code.                    

擴展基本資訊

名稱 Color Picker Color Picker
ID fiiepkcaceniapcjcabmfpiafoceiemh
官方網址 https://chrome.google.com/webstore/detail/color-picker/fiiepkcaceniapcjcabmfpiafoceiemh
簡介 Easily identify the color on the page
檔案大小 30.22 KB
安裝次數 6,410
目前版本 1.4
更新時間 2023-03-09
上架時間 2021-03-23
評分 1.57/5 共 7 次評分
開發者 georgiysubootin
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "surito.js",
            "color-thief.umd.js"
        ]
    },
    "browser_action": {
        "default_popup": "minota.html",
        "default_title": "ColorPicker"
    },
    "content_scripts": [
        {
            "css": [
                "dabra\/unsomna.css"
            ],
            "js": [
                "volkil.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-WDhufSqZOEoWULzS4Nwz11MNyHzZClVYbQ2JSt1vfkw'; object-src 'self'",
    "default_locale": "en",
    "description": "Easily identify the color on the page",
    "icons": {
        "128": "dabra\/sopika.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgCmQquR2e41AEp1CpTCeLsHWMAfB7waa2pAD0lvxrJQYYmEMHO2Ar4uvZJ3mQ47u2fLG6ht6PBFNgGQQWgBwBesElt4Tb2hE398lpqlZEGFf4OTBeHpMM7Prqx6L7eoGSRqORLe5rAOLzr0pIsUV8upRZ0LrYOUhSKeXXgo0LSMeMwEbJpU3uUT8uggyzBRMh+1Kh2NE9Gr\/eUcxCxANl4Ey20REDccx00c6X0+7flSb2SjFyjlEz5CLpHQriMKNq4ekcNJgD+rqwhLqil36wPVV9qxiFICTqxoGnt7onQUSMy\/Q3C1yUQSiUpdo67XfmRwgHIz1ljWb3qNveTXVOwIDAQAB",
    "manifest_version": 2,
    "name": "Color Picker",
    "permissions": [
        "",
        "storage"
    ],
    "version": "1.4"
}