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.…
Co je Art?
Art je rozšíření Chrome vyvinuté http://www.zachschnell.com, a jeho hlavní funkcí je „Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Art
Stáhněte si soubory rozšíření Art ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | camjlcjebflgchepghjpjeiddegldhae |
Oficiální URL | https://chrome.google.com/webstore/detail/art/camjlcjebflgchepghjpjeiddegldhae |
Popis | Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.… |
Velikost souboru | 744 KB |
Počet instalací | 88 |
Aktuální Verze | 0.9.1 |
Poslední Aktualizace | 2017-11-26 |
Datum Vydání | 2017-11-26 |
Vývojář | http://www.zachschnell.com |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/zchr/art |
Podporované Jazyky | 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" } } |