Bookmark Manager
Simple and Easy to Use
ما هو Bookmark Manager؟
Bookmark Manager هو إضافة Chrome تم تطويرها بواسطة Abbas Gussenov، والميزة الرئيسية لها هي "Simple and Easy to Use".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmark Manager
قم بتنزيل ملفات الامتداد Bookmark Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Additional manually-managed browser history. Bookmark Manager is a Chrome extension that works only under the management of the user.
معلومات أساسية عن التمديد
الاسم | Bookmark Manager |
ID | aceciacheicfbbickdmhomlbidfcgcid |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bookmark-manager/aceciacheicfbbickdmhomlbidfcgcid |
الوصف | Simple and Easy to Use |
حجم الملف | 26.64 KB |
عدد التثبيتات | 88 |
النسخة الحالية | 0.0.0.10 beta |
آخر تحديث | 2018-07-06 |
تاريخ النشر | 2018-07-05 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | Abbas Gussenov |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/gusenov/managed-browser-history |
عنوان صفحة المساعدة | https://github.com/gusenov/managed-browser-history/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.0.0.10", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/16\/star-full-icon.png", "48": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/48\/star-full-icon.png", "128": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/128\/star-full-icon.png" }, "page_action": { "default_icon": { "16": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/16\/star-full-icon.png", "48": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/48\/star-full-icon.png", "128": "images\/icons\/icons.iconarchive.com\/icons\/custom-icon-design\/flatastic-2\/128\/star-full-icon.png" }, "default_title": "__MSG_extPageActionDefaultTitle__", "default_popup": "html\/popup.html" }, "author": "__MSG_extAuthor__", "background": { "scripts": [ "node_modules\/web-store\/web-store.js", "js\/shared.js", "js\/background.js" ], "persistent": false }, "externally_connectable": { "ids": [ "oilbhdaboflggkedbegfpjmnikpiccmo", "pkpobljamjgbapmbakcnhggopcmjhiio" ] }, "permissions": [ "contextMenus", "tabs", "storage" ], "short_name": "__MSG_extShortName__", "version_name": "0.0.0.10 beta" } |