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.…
Was ist Art?
Art ist eine Chrome-Erweiterung, die von http://www.zachschnell.com entwickelt wurde, und ihr Hauptmerkmal ist "Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…".
Erweiterungsscreenshots
Art-Erweiterungs-CRX-Datei herunterladen
Laden Sie Art-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | camjlcjebflgchepghjpjeiddegldhae |
Offizielle URL | https://chrome.google.com/webstore/detail/art/camjlcjebflgchepghjpjeiddegldhae |
Beschreibung | Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.… |
Dateigröße | 744 KB |
Installationsanzahl | 88 |
Aktuelle Version | 0.9.1 |
Letztes Update | 2017-11-26 |
Veröffentlichungsdatum | 2017-11-26 |
Entwickler | http://www.zachschnell.com |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/zchr/art |
Unterstützte Sprachen | 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" } } |