Mr.Sagasu
Bookmark Nickname & Search bookmark in the address bar
ما هو Mr.Sagasu؟
Mr.Sagasu هو إضافة Chrome تم تطويرها بواسطة eetann، والميزة الرئيسية لها هي "Bookmark Nickname & Search bookmark in the address bar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mr.Sagasu
قم بتنزيل ملفات الامتداد Mr.Sagasu بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
* Bookmark Nickname: Open bookmarks with hashtags at once * search to only titles of bookmarks at the address bar * fuzzy match = All you have to do is type a few characters Usage Bookmark Nickname 0. Add hashtag to the title of bookmark 1. Enter key bindings(default Ctrl + Shift + Y) 2. Enter hashtags on the popup screen 3. Press Enter key or Enter button on the screen Search titles of bookmarks at the address bar 1. Move at the address bar 2. Type "b" and space key 3. Type a few characters 4. Choice a suggest by using arrow keys and enter key
معلومات أساسية عن التمديد
الاسم | Mr.Sagasu |
ID | kkendaacffjgfnjaolejgaopcoakacpb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mrsagasu/kkendaacffjgfnjaolejgaopcoakacpb |
الوصف | Bookmark Nickname & Search bookmark in the address bar |
حجم الملف | 63.06 KB |
عدد التثبيتات | 35 |
النسخة الحالية | 22.10.30 |
آخر تحديث | 2022-10-30 |
تاريخ النشر | 2020-08-12 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | eetann |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/eetann/mrsagasu |
عنوان صفحة المساعدة | https://github.com/eetann/mrsagasu |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mr.Sagasu", "description": "Bookmark Nickname & Search bookmark in the address bar", "version": "22.10.30", "omnibox": { "keyword": "b" }, "permissions": [ "bookmarks" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "index.html" }, "icons": { "16": "icons\/icon-16x16.png", "32": "icons\/icon-32x32.png", "48": "icons\/icon-48x48.png", "128": "icons\/icon-128x128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Y" } } } } |