Search with Slash (/)

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

Cos'è Search with Slash (/)?

Search with Slash (/) è un'estensione di Chrome sviluppata da akshansh2000, e la sua funzione principale è "Use your keyboard's slash (/) key to focus on websites' search boxes".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Search with Slash (/)

Scarica i file di estensione Search with Slash (/) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Search with Slash (/) Search with Slash (/)
ID imgclanpfajggmpcphfiniheabackhcm
URL Ufficiale https://chromewebstore.google.com/detail/search-with-slash/imgclanpfajggmpcphfiniheabackhcm
Descrizione Use your keyboard's slash (/) key to focus on websites' search boxes
Dimensione del File 35.77 KB
Conteggio Installazioni 18
Versione Corrente 0.2
Ultimo Aggiornamento 2020-08-27
Data di Pubblicazione 2020-08-18
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore akshansh2000
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/akshansh2000/flash
Lingue Supportate 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"
        }
    ]
}