Search with Slash (/)

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

Vad är Search with Slash (/)?

Search with Slash (/) är en Chrome-tillägg utvecklad av akshansh2000, och dess huvudfunktion är "Use your keyboard's slash (/) key to focus on websites' search boxes".

Tilläggsskärmbilder

screenshot

Ladda ner Search with Slash (/)-förlängningens CRX-fil

Ladda ner Search with Slash (/)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Search with Slash (/) Search with Slash (/)
ID imgclanpfajggmpcphfiniheabackhcm
Officiell webbadress https://chromewebstore.google.com/detail/search-with-slash/imgclanpfajggmpcphfiniheabackhcm
Beskrivning Use your keyboard's slash (/) key to focus on websites' search boxes
Filstorlek 35.77 KB
Antal Installationer 18
Aktuell Version 0.2
Senast Uppdaterad 2020-08-27
Publiceringsdatum 2020-08-18
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare akshansh2000
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/akshansh2000/flash
Stödda Språk 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"
        }
    ]
}