Bookmarker
The best bookmark plugin in the Eastern Hemisphere
ما هو Bookmarker؟
Bookmarker هو إضافة Chrome تم تطويرها بواسطة leelei، والميزة الرئيسية لها هي "The best bookmark plugin in the Eastern Hemisphere".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmarker
قم بتنزيل ملفات الامتداد Bookmarker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Note: User default new tab will change This plug-in uses a better way to display and manage your bookmarks. It includes the following functions: 1. Tile bookmarks, up to two levels, to avoid reading obstacles caused by a multi-level tree structure. 2. Integrate multiple search engines to make your new tab page more useful 3. You can put your favorite bookmarks on top, making it easier for you to browse 4. The interface style that can be switched (day | night | follow system) is very user-friendly 5. You can retrieve your local bookmarks and find what you want from a vast number of bookmarks 6. Card-style simple and refreshing interface style
معلومات أساسية عن التمديد
الاسم | |
ID | jblilhiaoipblnepleimgaamphkfhdla |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bookmarker/jblilhiaoipblnepleimgaamphkfhdla |
الوصف | The best bookmark plugin in the Eastern Hemisphere |
حجم الملف | 76.99 KB |
عدد التثبيتات | 124 |
النسخة الحالية | 2.1 |
آخر تحديث | 2021-05-04 |
تاريخ النشر | 2020-12-24 |
تقييم | 5.00/5 مجموع تقييمات 9 |
المطور | leelei |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/leedalei/bookmarker |
عنوان صفحة المساعدة | https://github.com/leedalei/bookmarker |
عنوان صفحة سياسة الخصوصية | http://bookmarker.evacgn.com/privacy-policy.html |
اللغات المدعومة | en,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 2, "version": "2.1", "permissions": [ "bookmarks", "storage", "chrome:\/\/favicon\/" ], "browser_action": { "default_icon": ".\/public\/bookmarker.png", "default_title": "\u4e66\u7b7e\u6d4f\u89c8\u5668" }, "chrome_url_overrides": { "newtab": ".\/public\/index.html" } } |