Chikamichi - Quickly find a page -

Command pallet for the browser. Enables fuzzy search for histories, tabs and bookmarks.

什麼是Chikamichi - Quickly find a page -?

Chikamichi - Quickly find a page -是由RyoKawamata開發的Chrome擴展程式,該擴展的主要功能是“Command pallet for the browser. Enables fuzzy search for histories, tabs and bookmarks.”。

擴展截圖

screenshot

下載Chikamichi - Quickly find a page -擴展crx文件

下載Chikamichi - Quickly find a page -擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Chikamichi is an extension that makes it very easy to navigate pages in Chrome or Firefox. You can search and navigate across browser history, bookmarks, and tabs. Simple shortcuts and a simple interface make it easy to use.

The Japanese meaning of `chikamichi` is a shorter way.

# 💻 Usage
- "Option(Alt) + k"	Open search dialog
- "↓ or ↑ (Ctrl + n or Ctrl + p)" Select history
- "Enter" Open the selected history url
- "Ctrl + Enter" Open the selected history url in new tab
- "Ctrl + f" Add to the favorite
- "Ctrl + c" Copy URL to the clipboard
- Enter "\h" or "\b" or "\t" in the input field to enter the specific search mode

# ✨ Features
⚡️ Fuzzy search your browsing history and bookmark and tab. powered by Fuse.js
🔐 All processing is done within the browser. No history data will be sent to the any server.                    

擴展基本資訊

名稱 Chikamichi - Quickly find a page - Chikamichi - Quickly find a page -
ID gkhobepjbiepngbeikhbpnfgjcjgmgha
官方網址 https://chromewebstore.google.com/detail/chikamichi-quickly-find-a/gkhobepjbiepngbeikhbpnfgjcjgmgha
簡介 Command pallet for the browser. Enables fuzzy search for histories, tabs and bookmarks.
檔案大小 153 KB
安裝次數 2,802
目前版本 3.4.0
更新時間 2022-11-30
上架時間 2022-01-08
評分 5.00/5 共 21 次評分
開發者 RyoKawamata
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/kawamataryo/chikamichi
說明頁面URL https://github.com/kawamataryo/chikamichi/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chikamichi - Quickly find a page -",
    "version": "3.4.0",
    "description": "Command pallet for the browser. Enables fuzzy search for histories, tabs and bookmarks.",
    "action": {
        "default_icon": ".\/assets\/icon-512.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+K",
                "mac": "Alt+K"
            }
        }
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "tabs",
        "windows",
        "history",
        "bookmarks",
        "search"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}