Bookmark Box
This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser
Qu'est-ce que Bookmark Box ?
Bookmark Box est une extension Chrome développée par Anshul Srivastava, et sa fonction principale est "This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bookmark Box
Téléchargez les fichiers d'extension Bookmark Box au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Bookmark Box |
ID | eghjldnoldfcnfgfkbnmcbaalnkljphi |
URL Officiel | https://chromewebstore.google.com/detail/bookmark-box/eghjldnoldfcnfgfkbnmcbaalnkljphi |
Description | This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser |
Taille du Fichier | 362 KB |
Nombre d'Installations | 87 |
Version Actuelle | 2.0.4 |
Dernière Mise à Jour | 2020-05-25 |
Date de Publication | 2020-05-24 |
Évaluation | 3.40/5 Total 5 Évaluations |
Développeur | Anshul Srivastava |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |