Search with Slash (/)

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

Wat is Search with Slash (/)?

Search with Slash (/) is een Chrome-extensie ontwikkeld door akshansh2000, en de belangrijkste functie is "Use your keyboard's slash (/) key to focus on websites' search boxes".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Search with Slash (/)

Download Search with Slash (/)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Search with Slash (/) Search with Slash (/)
ID imgclanpfajggmpcphfiniheabackhcm
Officiële URL https://chromewebstore.google.com/detail/search-with-slash/imgclanpfajggmpcphfiniheabackhcm
Beschrijving Use your keyboard's slash (/) key to focus on websites' search boxes
Bestandsgrootte 35.77 KB
Aantal Installaties 18
Huidige Versie 0.2
Laatst Bijgewerkt 2020-08-27
Publicatiedatum 2020-08-18
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar akshansh2000
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/akshansh2000/flash
Ondersteunde Talen 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"
        }
    ]
}