Search with Slash (/)

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

Qu'est-ce que Search with Slash (/) ?

Search with Slash (/) est une extension Chrome développée par akshansh2000, et sa fonction principale est "Use your keyboard's slash (/) key to focus on websites' search boxes".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Search with Slash (/)

Téléchargez les fichiers d'extension Search with Slash (/) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Search with Slash (/) Search with Slash (/)
ID imgclanpfajggmpcphfiniheabackhcm
URL Officiel https://chromewebstore.google.com/detail/search-with-slash/imgclanpfajggmpcphfiniheabackhcm
Description Use your keyboard's slash (/) key to focus on websites' search boxes
Taille du Fichier 35.77 KB
Nombre d'Installations 18
Version Actuelle 0.2
Dernière Mise à Jour 2020-08-27
Date de Publication 2020-08-18
Évaluation 5.00/5 Total 5 Évaluations
Développeur akshansh2000
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/akshansh2000/flash
Langues Prises en Charge 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"
        }
    ]
}