art

learn some art every day

Cos'è art?

art è un'estensione di Chrome sviluppata da https://bearwin.net, e la sua funzione principale è "learn some art every day".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione art

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

                        Not getting enough art in your life? 'art' attempts to seamlessly integrate piece of artwork into your daily internet browsing routine.

Learn more about each painting by clicking on the name, the artist, the style, or anything listed!

If you just like to look at pictures, just keep clicking on the painting to refresh the page.                    

Informazioni di Base sull'Estensione

Nome art art
ID pdlgekbegnmmhadkmoeiobdhpkamaene
URL Ufficiale https://chromewebstore.google.com/detail/art/pdlgekbegnmmhadkmoeiobdhpkamaene
Descrizione learn some art every day
Dimensione del File 508 KB
Conteggio Installazioni 1,002
Versione Corrente 0.0.5
Ultimo Aggiornamento 2014-11-13
Data di Pubblicazione 2014-11-12
Valutazione 3.29/5 Totale 7 Valutazioni
Sviluppatore https://bearwin.net
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "art",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "learn some art every day",
    "homepage_url": "http:\/\/bearwin.net",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "persistent": false
        }
    ],
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "override": {
        "scripts": [
            "jquery.min.js",
            "jquery.foggy.min.js",
            "or.js",
            "data.js"
        ],
        "persistent": false
    }
}