Mr.Sagasu
Bookmark Nickname & Search bookmark in the address bar
Mr.Sagasuとは何ですか?
Mr.Sagasuはeetannによって開発されたChromeの拡張機能で、その主な機能は「Bookmark Nickname & Search bookmark in the address bar」です。
拡張機能のスクリーンショット
Mr.Sagasu拡張機能のCRXファイルをダウンロード
Mr.Sagasu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
* 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 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/eetann/mrsagasu |
ヘルプページのURL | 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" } } } } |