Mr.Sagasu
Bookmark Nickname & Search bookmark in the address bar
Mr.Sagasu là gì?
Mr.Sagasu là một tiện ích mở rộng Chrome được phát triển bởi eetann, và tính năng chính của nó là "Bookmark Nickname & Search bookmark in the address bar".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mr.Sagasu
Tải xuống các tệp mở rộng Mr.Sagasu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
* 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mr.Sagasu |
ID | kkendaacffjgfnjaolejgaopcoakacpb |
URL Chính Thức | https://chromewebstore.google.com/detail/mrsagasu/kkendaacffjgfnjaolejgaopcoakacpb |
Mô tả | Bookmark Nickname & Search bookmark in the address bar |
Kích Thước Tệp | 63.06 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 22.10.30 |
Cập Nhật Lần Cuối | 2022-10-30 |
Ngày Phát Hành | 2020-08-12 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | eetann |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/eetann/mrsagasu |
URL Trang Trợ Giúp | https://github.com/eetann/mrsagasu |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |