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.…
什麼是Art?
Art是由http://www.zachschnell.com開發的Chrome擴展程式,該擴展的主要功能是“Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…”。
擴展截圖
下載Art擴展crx文件
下載Art擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | camjlcjebflgchepghjpjeiddegldhae |
官方網址 | https://chrome.google.com/webstore/detail/art/camjlcjebflgchepghjpjeiddegldhae |
簡介 | Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.… |
檔案大小 | 744 KB |
安裝次數 | 88 |
目前版本 | 0.9.1 |
更新時間 | 2017-11-26 |
上架時間 | 2017-11-26 |
開發者 | http://www.zachschnell.com |
付費類型 | free |
擴展官網 | https://github.com/zchr/art |
支援的語言 | 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" } } |