art
learn some art every day
什麼是art?
art是由https://bearwin.net開發的Chrome擴展程式,該擴展的主要功能是“learn some art every day”。
擴展截圖
下載art擴展crx文件
下載art擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Not getting enough art in your life? 'art' attempts to seamlessly integrate piece of artwork into your daily internet browsing routine. Learn more about each painting by clicking on the name, the artist, the style, or anything listed! If you just like to look at pictures, just keep clicking on the painting to refresh the page.
擴展基本資訊
名稱 | art |
ID | pdlgekbegnmmhadkmoeiobdhpkamaene |
官方網址 | https://chromewebstore.google.com/detail/art/pdlgekbegnmmhadkmoeiobdhpkamaene |
簡介 | learn some art every day |
檔案大小 | 508 KB |
安裝次數 | 1,002 |
目前版本 | 0.0.5 |
更新時間 | 2014-11-13 |
上架時間 | 2014-11-12 |
評分 | 3.29/5 共 7 次評分 |
開發者 | https://bearwin.net |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "art", "version": "0.0.5", "manifest_version": 2, "description": "learn some art every day", "homepage_url": "http:\/\/bearwin.net", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "content_scripts": [ { "js": [ "jquery.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "persistent": false } ], "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "override": { "scripts": [ "jquery.min.js", "jquery.foggy.min.js", "or.js", "data.js" ], "persistent": false } } |