Auto Cursor

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

什麼是Auto Cursor?

Auto Cursor是由spyrosoft開發的Chrome擴展程式,該擴展的主要功能是“A productivity tool to automatically select the first visible text input.”。

擴展截圖

screenshot

下載Auto Cursor擴展crx文件

下載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
官方網址 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
}