Bookmark Box
This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser
Bookmark Box क्या है?
Bookmark Box Anshul Srivastava द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bookmark Box एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Bookmark Box takes your browser's bookmarks and stores them in your Dropbox account, and synchronize them across multiple computers and web browsers. Available for Google Chrome and Firefox Firefox : https://addons.mozilla.org/en-US/firefox/addon/bookmark-box/ Coming soon for Safari and Internet Explorer
एक्सटेंशन की मूल जानकारी
नाम | Bookmark Box |
ID | eghjldnoldfcnfgfkbnmcbaalnkljphi |
आधिकारिक URL | https://chromewebstore.google.com/detail/bookmark-box/eghjldnoldfcnfgfkbnmcbaalnkljphi |
विवरण | This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser |
फ़ाइल का आकार | 362 KB |
स्थापना संख्या | 87 |
वर्तमान संस्करण | 2.0.4 |
अंतिम अपडेट | 2020-05-25 |
प्रकाशन तिथि | 2020-05-24 |
रेटिंग | 3.40/5 कुल 5 रेटिंग्स |
डेवलपर | Anshul Srivastava |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark Box", "author": "Anshul Srivastava", "description": "This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser", "version": "2.0.4", "icons": { "16": "img\/Bookmark-Box-icon-16.png", "48": "img\/Bookmark-Box-icon-48.png", "128": "img\/Bookmark-Box-icon-128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "img\/Bookmark-Box-icon-19.png", "38": "img\/Bookmark-Box-icon-38.png" }, "default_popup": "popup.html", "default_title": "Bookmark Box" }, "minimum_chrome_version": "30", "permissions": [ "https:\/\/www.dropbox.com\/", "bookmarks", "storage", "tabs", "https:\/\/anshul-srivastava.github.io\/bookmark-box\/*", "https:\/\/programmingblah.com\/bookmark-box\/*", "notifications" ], "web_accessible_resources": [ "chrome_oauth_receiver.html" ] } |