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
电子邮箱 [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"
        }
    ]
}