Color Search

Adds a Google search card for when a color is searched.

Cos'è Color Search?

Color Search è un'estensione di Chrome sviluppata da Ian Hoegen, e la sua funzione principale è "Adds a Google search card for when a color is searched.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Color Search

Scarica i file di estensione Color Search 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

                        This extension checks the Google search bar, and will add a color card to the top of the search result if the query is a color. This is great for if you need to find the associated color to a RGB color code, or a Hex code. 

Donations are accepted at https://www.paypal.me/ihoegen/5
Github: https://github.com/ihoegen/ColorSearch                    

Informazioni di Base sull'Estensione

Nome Color Search Color Search
ID eogeejfgkddjjibpecmcgdohpknkjabo
URL Ufficiale https://chromewebstore.google.com/detail/color-search/eogeejfgkddjjibpecmcgdohpknkjabo
Descrizione Adds a Google search card for when a color is searched.
Dimensione del File 192 KB
Conteggio Installazioni 503
Versione Corrente 1.0.2
Ultimo Aggiornamento 2016-04-09
Data di Pubblicazione 2016-04-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Ian Hoegen
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ihoegen/ColorSearch
URL della Pagina di Aiuto https://github.com/ihoegen/ColorSearch/issues
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color Search",
    "description": "Adds a Google search card for when a color is searched. ",
    "version": "1.0.2",
    "icons": {
        "128": "icon.png",
        "48": "icon.png",
        "256": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "main.min.js"
            ]
        }
    ]
}