Search with Slash (/)

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

Apa itu Search with Slash (/)?

Search with Slash (/) adalah ekstensi Chrome yang dikembangkan oleh akshansh2000, dan fitur utamanya adalah "Use your keyboard's slash (/) key to focus on websites' search boxes".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Search with Slash (/)

Unduh file ekstensi Search with Slash (/) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Search with Slash (/) Search with Slash (/)
ID imgclanpfajggmpcphfiniheabackhcm
URL Resmi https://chromewebstore.google.com/detail/search-with-slash/imgclanpfajggmpcphfiniheabackhcm
Deskripsi Use your keyboard's slash (/) key to focus on websites' search boxes
Ukuran File 35.77 KB
Jumlah Instalasi 18
Versi Saat Ini 0.2
Terakhir Diperbarui 2020-08-27
Tanggal Publikasi 2020-08-18
Penilaian 5.00/5 Total 5 Penilaian
Pengembang akshansh2000
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/akshansh2000/flash
Bahasa yang Didukung 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"
        }
    ]
}