Colorfly Color picker

Powerful color picker tool. Get color from a browser tab

Co je Colorfly Color picker?

Colorfly Color picker je rozšíření Chrome vyvinuté ThomasG, a jeho hlavní funkcí je „Powerful color picker tool. Get color from a browser tab“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Colorfly Color picker

Stáhněte si soubory rozšíření Colorfly Color picker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The Colorfly is an app, which unique function is to determine the color by pixel.
Features:
🔅Our app can pick a color from the page you need;
🔅There are the following popular formats: hex, hex shorthand, X11 color name, RGB, HSL;
🔅History panel that saves all recently defined colors;
🔅The Colorfly is able to extract the full color palette of some web pages. For example, our app works with https://getbootstrap.com;
🔅A pleasant interface in pastels which will cause only positive emotions and will not distract you from work.
Tips to help you work with the Colorfly:
🔅Use keyboard shortcuts, which will allow you to increase the speed of work in our app.
Remember:
▫️ Press "Alt-P" to activate the color picker function;
▫️ Press «Esc» to cancel the tool on the page.
🔅Take into account the fact that the hex representation will be copied automatically;
🔅Click on format box e.g. rgb(255,204,0) to copy the contents to the clipboard;
🔅Remember, that the app shows hex values in both upper and lowercase.
We have made the Colorfly suitable for every person, so our app is easy to use.
Download the Colorfly and please write a review so that we can understand that we really did this work for a reason.
Moreover, your feedback will help us fix any shortcomings and make our application even more convenient for you!                    

Základní Informace o Rozšíření

Název Colorfly Color picker Colorfly Color picker
ID jjooglnnhopdfiiccjbkjdcpplgdkbmo
Oficiální URL https://chrome.google.com/webstore/detail/colorfly-color-picker/jjooglnnhopdfiiccjbkjdcpplgdkbmo
Popis Powerful color picker tool. Get color from a browser tab
Velikost souboru 360 KB
Počet instalací 50,000
Aktuální Verze 1.2.7
Poslední Aktualizace 2022-01-19
Datum Vydání 2021-08-28
Hodnocení 3.98/5 Celkem 44 Hodnocení
Vývojář ThomasG
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://docs.google.com/document/d/1XIUJ4cOsZjn_sNZJzeptNtvmpb9_31TSGBniajLc5bQ/edit?usp=sharing
Podporované Jazyky id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Colorfly color picker",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_badgeAvailable__",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "55.0",
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "commands",
        ""
    ],
    "commands": {
        "activate": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "__MSG_shortcutCommand__"
        }
    },
    "short_name": "__MSG_extName__",
    "version": "1.2.7",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}