Command Art

Art in your new tab page.

Cos'è Command Art?

Command Art è un'estensione di Chrome sviluppata da http://www.command-art.com, e la sua funzione principale è "Art in your new tab page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Command Art

Scarica i file di estensione Command Art 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

                        Art in your new tab page via Artsy.                    

Informazioni di Base sull'Estensione

Nome Command Art Command Art
ID dajlekhnchmglnfkeggbapnomcdlbfkl
URL Ufficiale https://chrome.google.com/webstore/detail/command-art/dajlekhnchmglnfkeggbapnomcdlbfkl
Descrizione Art in your new tab page.
Dimensione del File 231 KB
Conteggio Installazioni 39
Versione Corrente 1.3
Ultimo Aggiornamento 2014-11-22
Data di Pubblicazione 2014-11-22
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore http://www.command-art.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.command-art.com/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Command Art",
    "description": "Art in your new tab page.",
    "version": "1.3",
    "chrome_url_overrides": {
        "newtab": "page.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/www.command-art.com\/"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}