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.…
Wat is Art?
Art is een Chrome-extensie ontwikkeld door http://www.zachschnell.com, en de belangrijkste functie is "Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…".
Extensie Screenshots
Download het CRX-bestand van de extensie Art
Download Art-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | camjlcjebflgchepghjpjeiddegldhae |
Officiële URL | https://chrome.google.com/webstore/detail/art/camjlcjebflgchepghjpjeiddegldhae |
Beschrijving | Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.… |
Bestandsgrootte | 744 KB |
Aantal Installaties | 88 |
Huidige Versie | 0.9.1 |
Laatst Bijgewerkt | 2017-11-26 |
Publicatiedatum | 2017-11-26 |
Ontwikkelaar | http://www.zachschnell.com |
Betalingswijze | free |
Extensiewebsite | https://github.com/zchr/art |
Ondersteunde Talen | 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" } } |