Auto Cursor

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

Qu'est-ce que Auto Cursor ?

Auto Cursor est une extension Chrome développée par spyrosoft, et sa fonction principale est "A productivity tool to automatically select the first visible text input.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Auto Cursor

Téléchargez les fichiers d'extension Auto Cursor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Auto Cursor Auto Cursor
ID gjaabiillfmidpcknchjeiadoppocmaf
URL Officiel https://chrome.google.com/webstore/detail/auto-cursor/gjaabiillfmidpcknchjeiadoppocmaf
Description A productivity tool to automatically select the first visible text input.
Taille du Fichier 7.38 KB
Nombre d'Installations 115
Version Actuelle 1.0
Dernière Mise à Jour 2015-10-20
Date de Publication 2015-10-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur spyrosoft
Type de Paiement free
URL de la Page d'Aide http://spyrosoft.com/contact
Langues Prises en Charge 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
}