Auto Cursor

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

What is Auto Cursor?

Auto Cursor is a Chrome extension developed by spyrosoft, and its main feature is "A productivity tool to automatically select the first visible text input.".

Extension Screenshots

screenshot

Download Auto Cursor Extension CRX File

Download Auto Cursor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Auto Cursor Auto Cursor
ID gjaabiillfmidpcknchjeiadoppocmaf
Official URL https://chrome.google.com/webstore/detail/auto-cursor/gjaabiillfmidpcknchjeiadoppocmaf
Description A productivity tool to automatically select the first visible text input.
File Size 7.38 KB
Installation Count 115
Current Version 1.0
Last Updated 2015-10-20
Publish Date 2015-10-20
Rating 5.00/5 Total 1 Ratings
Developer spyrosoft
Payment Type free
Help Page URL http://spyrosoft.com/contact
Supported Languages 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
}