Bookmark tags
Adds tags to bookmarks. Improves search and more.
ما هو Bookmark tags؟
Bookmark tags هو إضافة Chrome تم تطويرها بواسطة OneMoreGres، والميزة الرئيسية لها هي "Adds tags to bookmarks. Improves search and more.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bookmark tags
قم بتنزيل ملفات الامتداد Bookmark tags بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extension provides some additional functionality compared to default bookmark manager. This extension allows you to do following things: * add tags for any bookmark * search bookmarks by tag, folder or title/url words * bulk bookmark operations (open bookmarks, move them to folder, add or remove tag) * find potential duplicate bookmarks * show all used tags Unlike many other extensions, this one uses default browser's bookmarks storage and handles tags as part of a title. So it is possible to add some tags when creating new bookmark by just writing several #tags to its title.
معلومات أساسية عن التمديد
الاسم | Bookmark tags |
ID | edpeidcfjfmepdgdjnodefckgdjbigem |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bookmark-tags/edpeidcfjfmepdgdjnodefckgdjbigem |
الوصف | Adds tags to bookmarks. Improves search and more. |
حجم الملف | 18.73 KB |
عدد التثبيتات | 2,697 |
النسخة الحالية | 0.8.1 |
آخر تحديث | 2021-11-08 |
تاريخ النشر | 2020-05-15 |
تقييم | 4.77/5 مجموع تقييمات 39 |
المطور | OneMoreGres |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_pluginName__", "description": "__MSG_pluginDescription__", "icons": { "16": "icon.png", "32": "icon32.png", "128": "icon128.png" }, "default_locale": "en", "manifest_version": 2, "browser_action": { "default_icon": "icon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S" } } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "bookmarks", "storage", "chrome:\/\/favicon\/" ], "version": "0.8.1" } |