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
官方網址 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
電子郵箱 [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"
        }
    ]
}