Art
Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…
Cos'è Art?
Art è un'estensione di Chrome sviluppata da http://www.zachschnell.com, e la sua funzione principale è "Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…".
Screenshot dell'Estensione
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
Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET. Earlier this year, they released hundreds of thousands of such images, ranging from statues and costumes to baseball cards and albumen. See something you like? Hit the "more like this" button and see more of the art that most captivates you.
Informazioni di Base sull'Estensione
Nome | |
ID | camjlcjebflgchepghjpjeiddegldhae |
URL Ufficiale | https://chrome.google.com/webstore/detail/art/camjlcjebflgchepghjpjeiddegldhae |
Descrizione | Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.… |
Dimensione del File | 744 KB |
Conteggio Installazioni | 88 |
Versione Corrente | 0.9.1 |
Ultimo Aggiornamento | 2017-11-26 |
Data di Pubblicazione | 2017-11-26 |
Sviluppatore | http://www.zachschnell.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/zchr/art |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Art", "version": "0.9.1", "chrome_url_overrides": { "newtab": "art.html" }, "permissions": [ "https:\/\/www.metmuseum.org\/" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |