Color Picker-颜色选择器-屏幕颜色吸取

一个屏幕颜色选择工具,在浏览器外也能选择。A screen color selection tool that can be selected outside the browser.

Color Picker-颜色选择器-屏幕颜色吸取 क्या है?

Color Picker-颜色选择器-屏幕颜色吸取 liurenhong द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "一个屏幕颜色选择工具,在浏览器外也能选择。A screen color selection tool that can be selected outside the browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Color Picker-颜色选择器-屏幕颜色吸取 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        吸色器,不仅限于浏览器中;显示器视口中任何位置的颜色都能获取                    

एक्सटेंशन की मूल जानकारी

नाम Color Picker-颜色选择器-屏幕颜色吸取 Color Picker-颜色选择器-屏幕颜色吸取
ID jgiioaomnnacjcppmjmligbadpekakji
आधिकारिक URL https://chromewebstore.google.com/detail/color-picker-%E9%A2%9C%E8%89%B2%E9%80%89%E6%8B%A9%E5%99%A8-%E5%B1%8F%E5%B9%95%E9%A2%9C%E8%89%B2%E5%90%B8%E5%8F%96/jgiioaomnnacjcppmjmligbadpekakji
विवरण 一个屏幕颜色选择工具,在浏览器外也能选择。A screen color selection tool that can be selected outside the browser.
फ़ाइल का आकार 8.22 KB
स्थापना संख्या 181
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-11-06
प्रकाशन तिथि 2021-11-01
डेवलपर liurenhong
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/lfbok/Color-Picker
सहायता पृष्ठ URL https://github.com/lfbok/Color-Picker
समर्थित भाषाएँ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color Picker-\u989c\u8272\u9009\u62e9\u5668-\u5c4f\u5e55\u989c\u8272\u5438\u53d6",
    "description": "\u4e00\u4e2a\u5c4f\u5e55\u989c\u8272\u9009\u62e9\u5de5\u5177\uff0c\u5728\u6d4f\u89c8\u5668\u5916\u4e5f\u80fd\u9009\u62e9\u3002A screen color selection tool that can be selected outside the browser.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}