Color Picker

Color Picker for Chrome quickly selects colours from the page using the eyedropper and automatically when browsing the web.

Color Picker क्या है?

Color Picker w3technic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Color Picker for Chrome quickly selects colours from the page using the eyedropper and automatically when browsing the web."।

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

screenshot
screenshot

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

crx प्रारूप में Color Picker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Color Picker is a Google Chrome and Chromium extension. This enables you to chose color from every web page or from an advanced color selector. For web developers, it is an outstanding platform. 


CHANGELOG
======== ======= 

0.5.6 - 2020-05-22 

- Fix: On some macOS systems web page picking stopped worked. #128 Fixes. 

0.5.4 and 0.5.5 models, 2020-05-07 

- Feature: Function with zoomed pages now. 
- Correction: Notorious *Picking Just Black* is finally gone (big thanks Hannah Carrol for testing). #141, #134, #133, #132, #131, #109, #103, #99 corrections. 
- Fix: Only when freshly updated does the Welcome Page open. Rare case corrections, i.e. #128. 
- Fix: Duplicates are not preferred anymore. #135 Fixes. 
- Fix: Case sensitivity in the Color Picker during visual color picking. #120 Fixes. 
- Fix: Explain how the automatic shortcut can be modified. #124 Fixes. 
- Fix: In both situations, hover results should be properly deactivated.                    

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

नाम Color Picker Color Picker
ID fnhcbgbefhibeocpfiblfkgjfoiackbi
आधिकारिक URL https://chromewebstore.google.com/detail/color-picker/fnhcbgbefhibeocpfiblfkgjfoiackbi
विवरण Color Picker for Chrome quickly selects colours from the page using the eyedropper and automatically when browsing the web.
फ़ाइल का आकार 767 KB
स्थापना संख्या 4,108
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2020-12-14
प्रकाशन तिथि 2020-12-14
रेटिंग 5.00/5 कुल 10 रेटिंग्स
डेवलपर w3technic
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://w3technic.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "1.0.0",
    "version_name": "1.0.0",
    "manifest_version": 2,
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "minimum_chrome_version": "49",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html",
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_title": "__MSG_extension_name__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "inc\/jquery-2.1.0.min.js",
        "inc\/jquery.scrollstop.js",
        "js\/edropper2.js",
        "inject\/anchor-cursor-default.css",
        "inject\/anchor-cursor-crosshair.css",
        "inject\/edropper2.css"
    ],
    "commands": {
        "activate": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "__MSG_command_desc__"
        }
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "offline_enabled": true
}