Search with Slash (/)

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

What is Search with Slash (/)?

Search with Slash (/) is a Chrome extension developed by akshansh2000, and its main feature is "Use your keyboard's slash (/) key to focus on websites' search boxes".

Extension Screenshots

screenshot

Download Search with Slash (/) Extension CRX File

Download Search with Slash (/) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Search with Slash (/) Search with Slash (/)
ID imgclanpfajggmpcphfiniheabackhcm
Official URL https://chromewebstore.google.com/detail/search-with-slash/imgclanpfajggmpcphfiniheabackhcm
Description Use your keyboard's slash (/) key to focus on websites' search boxes
File Size 35.77 KB
Installation Count 18
Current Version 0.2
Last Updated 2020-08-27
Publish Date 2020-08-18
Rating 5.00/5 Total 5 Ratings
Developer akshansh2000
Email [email protected]
Payment Type free
Extension Website https://github.com/akshansh2000/flash
Supported Languages 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"
        }
    ]
}