art
learn some art every day
art क्या है?
art https://bearwin.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "learn some art every day"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में art एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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 } } |