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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Command pallet for the browser. Enables fuzzy search for histories, tabs and bookmarks."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chikamichi - Quickly find a page - एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
    }
}