Mr.Sagasu

Bookmark Nickname & Search bookmark in the address bar

什麼是Mr.Sagasu?

Mr.Sagasu是由eetann開發的Chrome擴展程式,該擴展的主要功能是“Bookmark Nickname & Search bookmark in the address bar”。

擴展截圖

screenshot
screenshot

下載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 Mr.Sagasu
ID kkendaacffjgfnjaolejgaopcoakacpb
官方網址 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
說明頁面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"
            }
        }
    }
}