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 - เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RyoKawamata และคุณลักษณะหลักของมันคือ "Command pallet for the browser. Enables fuzzy search for histories, tabs and bookmarks."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chikamichi - Quickly find a page -

ดาวน์โหลดไฟล์ส่วนขยาย 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
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'"
    }
}