Replace Bookmark Bar
This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks
ما هو Replace Bookmark Bar؟
Replace Bookmark Bar هو إضافة Chrome تم تطويرها بواسطة Sam، والميزة الرئيسية لها هي "This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks".
تحميل ملف CRX للإضافة Replace Bookmark Bar
قم بتنزيل ملفات الامتداد Replace Bookmark Bar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/replace-bookmark-bar/ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
الوصف | This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks |
حجم الملف | 47.11 KB |
عدد التثبيتات | 43 |
النسخة الحالية | 1.5 |
آخر تحديث | 2016-04-30 |
تاريخ النشر | 2016-04-30 |
تقييم | 2.00/5 مجموع تقييمات 4 |
المطور | Sam |
نوع الدفع | free |
موقع الإضافة | https://samtinkers.wordpress.com/2015/12/05/chrome-bookmarks-profiler/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Replace Bookmark Bar", "description": "This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks", "version": "1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "bookmarks" ] } |