Bookmarks Collections
Create collections and switch between multiple bookmarks bars
ما هو Bookmarks Collections؟
Bookmarks Collections هو إضافة Chrome تم تطويرها بواسطة Teddy Thioulouse، والميزة الرئيسية لها هي "Create collections and switch between multiple bookmarks bars".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmarks Collections
قم بتنزيل ملفات الامتداد Bookmarks Collections بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Bookmarks Collections lets you create bookmarks collections and switch between multiple bookmarks bars. A badge can be added to the extension icon with the label of your collections. Note: this may not work well with favorites sync enabled. Please consider disable this functionality to prevent any bad behaviour.
معلومات أساسية عن التمديد
الاسم | Bookmarks Collections |
ID | kgengcoeabnofimgfhojmecmkkmgnkmm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bookmarks-collections/kgengcoeabnofimgfhojmecmkkmgnkmm |
الوصف | Create collections and switch between multiple bookmarks bars |
حجم الملف | 1.76 MB |
عدد التثبيتات | 381 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2020-07-24 |
تاريخ النشر | 2020-07-14 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Teddy Thioulouse |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,fr,es,hi,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.3", "default_locale": "en", "author": "Teddy Thioulouse", "background": { "scripts": [ "js\/browser-polyfill.min.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Bookmarks Collections", "default_popup": "html\/popup.html", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "permissions": [ "bookmarks", "storage" ] } |