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 |
官方URL | 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" } } |