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.…
Qu'est-ce que Art ?
Art est une extension Chrome développée par http://www.zachschnell.com, et sa fonction principale est "Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Art
Téléchargez les fichiers d'extension Art au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | camjlcjebflgchepghjpjeiddegldhae |
URL Officiel | https://chrome.google.com/webstore/detail/art/camjlcjebflgchepghjpjeiddegldhae |
Description | Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.… |
Taille du Fichier | 744 KB |
Nombre d'Installations | 88 |
Version Actuelle | 0.9.1 |
Dernière Mise à Jour | 2017-11-26 |
Date de Publication | 2017-11-26 |
Développeur | http://www.zachschnell.com |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/zchr/art |
Langues Prises en Charge | 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" } } |