Colorpeek

Simply share CSS colors from text selections, images or websites using Colorpeek.

Cos'è Colorpeek?

Colorpeek è un'estensione di Chrome sviluppata da https://colorpeek.com, e la sua funzione principale è "Simply share CSS colors from text selections, images or websites using Colorpeek.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Colorpeek

Scarica i file di estensione Colorpeek in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Colorpeek is a tiny web app for quickly seeing and sharing CSS colors. The extension can parse colors from three different sources:

1. Text selections (hex values you received in an email, for example)
2. Prominent colors in an image
3. CSS colors used on a webpage

Great for designers, developers, or anyone tired of spelunking through web inspectors, opening up Photoshop or hunting and pecking with an eyedropper just to grab color values.

Additional features:

- Customize the output of webpage palettes (hide/show black, white, grays or semi-transparent colors)
- Change the amount of colors returned for images
- Use from the toolbar or right-click menu

Follow https://twitter.com/colorpeek for info and updates

Try the web app at http://colorpeek.com                    

Informazioni di Base sull'Estensione

Nome Colorpeek Colorpeek
ID bijmchgbjjmcmhldfpbamobldomjoioo
URL Ufficiale https://chromewebstore.google.com/detail/colorpeek/bijmchgbjjmcmhldfpbamobldomjoioo
Descrizione Simply share CSS colors from text selections, images or websites using Colorpeek.
Dimensione del File 107 KB
Conteggio Installazioni 3,184
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-06-04
Data di Pubblicazione 2013-12-01
Valutazione 4.69/5 Totale 35 Valutazioni
Sviluppatore https://colorpeek.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://colorpeek.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "homepage_url": "http:\/\/colorpeek.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/color-thief.js",
            "js\/color.js",
            "src\/bg\/colorkeywords.js",
            "src\/bg\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        }
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "storage",
        ""
    ],
    "options_page": "src\/options\/options.html"
}