Search with Slash (/)

Use your keyboard's slash (/) key to focus on websites' search boxes

Search with Slash (/)とは何ですか?

Search with Slash (/)はakshansh2000によって開発されたChromeの拡張機能で、その主な機能は「Use your keyboard's slash (/) key to focus on websites' search boxes」です。

拡張機能のスクリーンショット

screenshot

Search with Slash (/)拡張機能のCRXファイルをダウンロード

Search with Slash (/)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Not a fan of leaving the keyboard?
Too lazy to reach for the mouse everytime you need to perform a search?

This extension might just be for you!

No more scrolling to navigate to the search bar; just press slash (/), and let us find it for you!

No configuration needed; just add the extension, navigate to any site, and get started.                    

拡張機能の基本情報

名前 Search with Slash (/) Search with Slash (/)
ID imgclanpfajggmpcphfiniheabackhcm
公式URL https://chromewebstore.google.com/detail/search-with-slash/imgclanpfajggmpcphfiniheabackhcm
説明 Use your keyboard's slash (/) key to focus on websites' search boxes
ファイルサイズ 35.77 KB
インストール数 18
現在のバージョン 0.2
最終更新日 2020-08-27
公開日 2020-08-18
評価 5.00/5 合計 5 レビュー
開発者 akshansh2000
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/akshansh2000/flash
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search with Slash (\/)",
    "description": "Use your keyboard's slash (\/) key to focus on websites' search boxes",
    "manifest_version": 2,
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "input"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}