Ultimate Color Picker

Quickly pick HEX, RGB colors from a page with lightweight eyedropper tool

Qu'est-ce que Ultimate Color Picker ?

Ultimate Color Picker est une extension Chrome développée par https://verblike.com, et sa fonction principale est "Quickly pick HEX, RGB colors from a page with lightweight eyedropper tool".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ultimate Color Picker

Téléchargez les fichiers d'extension Ultimate Color Picker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ❗ Shortcut: Shift + Alt + C
❗ Mac: Shift + Option + C

Features:
🚀 Single-click to start colour picking
🚀 Chrome DevTools like Colour Picker
🚀 Colors selecting History
🚀 Copy colors in RGB or HEX format
🚀 Zoom

If you looking for: 
⭐️ Color Picker
⭐️ EyeDropper
⭐️ Photoshop Color Picker for Chrome
⭐️ The best tool for web designer
⭐️ 100% Free ColorPicker
⭐️ Most used color from web page palette


Color Picker doesn't collect or store any personal information.                    

Informations de Base sur l'Extension

Nom Ultimate Color Picker Ultimate Color Picker
ID lobiadjfmkomemokdfhiaaaidgdhcded
URL Officiel https://chromewebstore.google.com/detail/ultimate-color-picker/lobiadjfmkomemokdfhiaaaidgdhcded
Description Quickly pick HEX, RGB colors from a page with lightweight eyedropper tool
Taille du Fichier 1.64 MB
Nombre d'Installations 37,756
Version Actuelle 21
Dernière Mise à Jour 2023-10-10
Date de Publication 2022-11-28
Évaluation 4.51/5 Total 45 Évaluations
Développeur https://verblike.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.verblike.com/chrome-extensions-privacy-policy
Langues Prises en Charge id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "21",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/art-and-design.png"
    },
    "action": [],
    "background": {
        "service_worker": "src\/bg\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/content\/inject.css",
                "icons\/art-and-design.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+C"
            }
        }
    }
}