art
learn some art every day
What is art?
art is a Chrome extension developed by https://bearwin.net, and its main feature is "learn some art every day".
Extension Screenshots
Download art Extension CRX File
Download art extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | art |
ID | pdlgekbegnmmhadkmoeiobdhpkamaene |
Official URL | https://chromewebstore.google.com/detail/art/pdlgekbegnmmhadkmoeiobdhpkamaene |
Description | learn some art every day |
File Size | 508 KB |
Installation Count | 1,002 |
Current Version | 0.0.5 |
Last Updated | 2014-11-13 |
Publish Date | 2014-11-12 |
Rating | 3.29/5 Total 7 Ratings |
Developer | https://bearwin.net |
Payment Type | free |
Supported Languages | 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 } } |