Color Changer

Change the current page color

Cos'è Color Changer?

Color Changer è un'estensione di Chrome sviluppata da http://cleandesk.info, e la sua funzione principale è "Change the current page color".

Scarica il file CRX dell'estensione Color Changer

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

                        When you add the chrome pictures app, the Color Changer icon appears in Chrome's app launcher on the Tab page, along with your other apps.  You can fire up the color changer from here, instead of pinned tabs or the address bar.  Go forth and take pictures!                    

Informazioni di Base sull'Estensione

Nome Color Changer Color Changer
ID gdolkoaggoefghmnahegdiahpmijjmea
URL Ufficiale https://chrome.google.com/webstore/detail/color-changer/gdolkoaggoefghmnahegdiahpmijjmea
Descrizione Change the current page color
Dimensione del File 4.08 KB
Conteggio Installazioni 48
Versione Corrente 1.0
Ultimo Aggiornamento 2016-08-25
Data di Pubblicazione 2016-08-23
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore http://cleandesk.info
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://cleandesk.info/privacypolicy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Changer",
    "description": "Change the current page color",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Set this page's color.",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}