Browses
Plot your adventures through the web
Browses क्या है?
Browses https://browses.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Plot your adventures through the web"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Browses एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Use this extension to upload screenshots to your feed on https://browses.io and start putting your browsing history to some use. Help others who are on the same adventure as you by visually sharing the sites you found useful. Clicking on the extension authenticates you with facebook, captures a screenshot of the active tab and uploads the browse to your feed.
एक्सटेंशन की मूल जानकारी
नाम | Browses |
ID | fpijpjkcpkhbkeiinkphbiaapekmfgdo |
आधिकारिक URL | https://chromewebstore.google.com/detail/browses/fpijpjkcpkhbkeiinkphbiaapekmfgdo |
विवरण | Plot your adventures through the web |
फ़ाइल का आकार | 8.62 KB |
स्थापना संख्या | 316 |
वर्तमान संस्करण | 2.3 |
अंतिम अपडेट | 2017-08-09 |
प्रकाशन तिथि | 2017-08-09 |
रेटिंग | 3.67/5 कुल 6 रेटिंग्स |
डेवलपर | https://browses.io |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://browses.io |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browses", "version": "2.3", "description": "Plot your adventures through the web", "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_icon": "icons\/icon-24.png", "default_title": "Browse" }, "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "tabs", "activeTab" ], "externally_connectable": { "matches": [ "*:\/\/browses.local\/*", "*:\/\/browses.io\/*" ] }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "manifest_version": 2 } |