Visual bookmarks
Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.
ما هو Visual bookmarks؟
Visual bookmarks هو إضافة Chrome تم تطويرها بواسطة ivan_k، والميزة الرئيسية لها هي "Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Visual bookmarks
قم بتنزيل ملفات الامتداد Visual bookmarks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The visual bookmarks page replaces the default new tab. Bookmarks page, includes searching, adding, editing, deleting and dragging bookmarks. The ability to generate thumbnails and use your own background image. Great possibility of customization and using your own styles. Ideas, questions and suggestions https://github.com/k-ivan/visual-bookmarks-chrome/discussions Bugs and future requests https://github.com/k-ivan/visual-bookmarks-chrome/issues
معلومات أساسية عن التمديد
الاسم | Visual bookmarks |
ID | jdbgjlehkajddoapdgpdjmlpdalfnenf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/visual-bookmarks/jdbgjlehkajddoapdgpdjmlpdalfnenf |
الوصف | Simple speed dial bookmarks page, including search, add, edit, delete and dragging bookmarks. |
حجم الملف | 124 KB |
عدد التثبيتات | 20,000 |
النسخة الحالية | 5.12.3 |
آخر تحديث | 2024-01-13 |
تاريخ النشر | 2020-07-02 |
تقييم | 4.53/5 مجموع تقييمات 308 |
المطور | ivan_k |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/k-ivan/visual-bookmarks-chrome |
اللغات المدعومة | en,hu,pl,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_ext_name__", "description": "__MSG_ext_desc__", "version": "5.12.3", "minimum_chrome_version": "95", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "options_page": "options.html", "action": { "default_title": "__MSG_default_title__" }, "permissions": [ "scripting", "background", "bookmarks", "storage", "unlimitedStorage", "tabs", "notifications", "contextMenus" ], "host_permissions": [ " |