Auto Cursor

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

Auto Cursorคืออะไร?

Auto Cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย spyrosoft และคุณลักษณะหลักของมันคือ "A productivity tool to automatically select the first visible text input."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Cursor

ดาวน์โหลดไฟล์ส่วนขยาย Auto Cursor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Auto Cursor Auto Cursor
ID gjaabiillfmidpcknchjeiadoppocmaf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/auto-cursor/gjaabiillfmidpcknchjeiadoppocmaf
คำอธิบาย A productivity tool to automatically select the first visible text input.
ขนาดไฟล์ 7.38 KB
จำนวนการติดตั้ง 115
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-10-20
วันที่เผยแพร่ 2015-10-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา spyrosoft
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://spyrosoft.com/contact
ภาษาที่รองรับ 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
}