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.…
Apa itu Art?
Art adalah ekstensi Chrome yang dikembangkan oleh http://www.zachschnell.com, dan fitur utamanya adalah "Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Art
Unduh file ekstensi Art dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | camjlcjebflgchepghjpjeiddegldhae |
URL Resmi | https://chrome.google.com/webstore/detail/art/camjlcjebflgchepghjpjeiddegldhae |
Deskripsi | Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.… |
Ukuran File | 744 KB |
Jumlah Instalasi | 88 |
Versi Saat Ini | 0.9.1 |
Terakhir Diperbarui | 2017-11-26 |
Tanggal Publikasi | 2017-11-26 |
Pengembang | http://www.zachschnell.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/zchr/art |
Bahasa yang Didukung | 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" } } |