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 to jest Art?
Art to rozszerzenie Chrome opracowane przez http://www.zachschnell.com, a jego główną funkcją jest „Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Art
Pobierz pliki rozszerzeń Art w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | camjlcjebflgchepghjpjeiddegldhae |
Oficjalny URL | https://chrome.google.com/webstore/detail/art/camjlcjebflgchepghjpjeiddegldhae |
Opis | Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.… |
Rozmiar pliku | 744 KB |
Liczba instalacji | 88 |
Aktualna Wersja | 0.9.1 |
Ostatnia Aktualizacja | 2017-11-26 |
Data Publikacji | 2017-11-26 |
Deweloper | http://www.zachschnell.com |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/zchr/art |
Obsługiwane Języki | 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" } } |