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 هو إضافة Chrome تم تطويرها بواسطة Anshul Srivastava، والميزة الرئيسية لها هي "This extension stores browser bookmarks into the user's dropbox account and syncs them across multiple computers and web browser".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmark Box
قم بتنزيل ملفات الامتداد Bookmark Box بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |