AutoFocus Cursor

Automatically set the focus to a search text box when the page loads

Apa itu AutoFocus Cursor?

AutoFocus Cursor adalah ekstensi Chrome yang dikembangkan oleh https://diamondium.com, dan fitur utamanya adalah "Automatically set the focus to a search text box when the page loads".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AutoFocus Cursor

Unduh file ekstensi AutoFocus Cursor 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

                        You no longer have to manually click a text box before searching!

Useful on websites where searching is the first thing you want to do (ex. Amazon).

Your cursor will automatically be placed in the first visible text box once the website loads.                    

Informasi Dasar Ekstensi

Nama AutoFocus Cursor AutoFocus Cursor
ID jbhglhmfhghlfdbbcpbihelgbnigggha
URL Resmi https://chromewebstore.google.com/detail/autofocus-cursor/jbhglhmfhghlfdbbcpbihelgbnigggha
Deskripsi Automatically set the focus to a search text box when the page loads
Ukuran File 62.14 KB
Jumlah Instalasi 442
Versi Saat Ini 2.02
Terakhir Diperbarui 2020-07-25
Tanggal Publikasi 2020-06-20
Penilaian 3.78/5 Total 9 Penilaian
Pengembang https://diamondium.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoFocus Cursor",
    "description": "Automatically set the focus to a search text box when the page loads",
    "permissions": [
        "storage",
        "tabs"
    ],
    "version": "2.02",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/auto-focus-min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "autofocuscursor-settings.html"
    }
}