Auto Cursor

A productivity tool to automatically select the first visible text input.

Apa itu Auto Cursor?

Auto Cursor adalah ekstensi Chrome yang dikembangkan oleh spyrosoft, dan fitur utamanya adalah "A productivity tool to automatically select the first visible text input.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Auto Cursor

Unduh file ekstensi Auto 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

                        Do you ever feel annoyed because you have to click in a username or search text field? The cursor should have been placed there automatically. This extension aims to solve that problem.                    

Informasi Dasar Ekstensi

Nama Auto Cursor Auto Cursor
ID gjaabiillfmidpcknchjeiadoppocmaf
URL Resmi https://chrome.google.com/webstore/detail/auto-cursor/gjaabiillfmidpcknchjeiadoppocmaf
Deskripsi A productivity tool to automatically select the first visible text input.
Ukuran File 7.38 KB
Jumlah Instalasi 115
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-10-20
Tanggal Publikasi 2015-10-20
Penilaian 5.00/5 Total 1 Penilaian
Pengembang spyrosoft
Tipe Pembayaran free
URL Halaman Bantuan http://spyrosoft.com/contact
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Cursor",
    "description": "A productivity tool to automatically select the first visible text input.",
    "version": "1.0",
    "icons": {
        "128": "auto-cursor-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "auto-cursor.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}