Auto Cursor

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

Wat is Auto Cursor?

Auto Cursor is een Chrome-extensie ontwikkeld door spyrosoft, en de belangrijkste functie is "A productivity tool to automatically select the first visible text input.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auto Cursor

Download Auto Cursor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Auto Cursor Auto Cursor
ID gjaabiillfmidpcknchjeiadoppocmaf
Officiële URL https://chrome.google.com/webstore/detail/auto-cursor/gjaabiillfmidpcknchjeiadoppocmaf
Beschrijving A productivity tool to automatically select the first visible text input.
Bestandsgrootte 7.38 KB
Aantal Installaties 115
Huidige Versie 1.0
Laatst Bijgewerkt 2015-10-20
Publicatiedatum 2015-10-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar spyrosoft
Betalingswijze free
Help Pagina-URL http://spyrosoft.com/contact
Ondersteunde Talen 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
}