VisualizeUs
VisualizeUs helps you collect and connect to the best visual inspiration of the web.
VisualizeUs क्या है?
VisualizeUs https://vi.sualize.us द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "VisualizeUs helps you collect and connect to the best visual inspiration of the web."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VisualizeUs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
We're a creative community with a mission: To rescue all inspiring and beautiful pictures (and videos) lost in the depths of the web. VisualizeUs helps you collect and connect to the best visual inspiration of the web. Because your eyes deserve their daily dose of beauty.
एक्सटेंशन की मूल जानकारी
नाम | VisualizeUs |
ID | engcgfkpphndmbjmondiodpoeegkemgh |
आधिकारिक URL | https://chromewebstore.google.com/detail/visualizeus/engcgfkpphndmbjmondiodpoeegkemgh |
विवरण | VisualizeUs helps you collect and connect to the best visual inspiration of the web. |
फ़ाइल का आकार | 31.66 KB |
स्थापना संख्या | 1,559 |
वर्तमान संस्करण | 1.0.7 |
अंतिम अपडेट | 2012-10-10 |
प्रकाशन तिथि | 2012-10-10 |
रेटिंग | 4.19/5 कुल 37 रेटिंग्स |
डेवलपर | https://vi.sualize.us |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://vi.sualize.us/help/chrome/ |
सहायता पृष्ठ URL | http://vi.sualize.us/contact/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "VisualizeUs", "description": "VisualizeUs helps you collect and connect to the best visual inspiration of the web.", "version": "1.0.7", "manifest_version": 2, "browser_action": { "default_icon": "tb.png", "default_title": "Post to VisualizeUs", "default_popup": "popup.html" }, "icons": { "128": "128.png", "48": "48.png", "16": "16.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "visualizeus.css" ], "js": [ "visualizeus.js" ], "run_at": "document_start" } ], "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |