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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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'"
    }
}