Auto Cursor
A productivity tool to automatically select the first visible text input.
Was ist Auto Cursor?
Auto Cursor ist eine Chrome-Erweiterung, die von spyrosoft entwickelt wurde, und ihr Hauptmerkmal ist "A productivity tool to automatically select the first visible text input.".
Erweiterungsscreenshots
Auto Cursor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Auto Cursor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gjaabiillfmidpcknchjeiadoppocmaf |
| Offizielle URL | https://chrome.google.com/webstore/detail/auto-cursor/gjaabiillfmidpcknchjeiadoppocmaf |
| Beschreibung | A productivity tool to automatically select the first visible text input. |
| Dateigröße | 7.38 KB |
| Installationsanzahl | 115 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2015-10-20 |
| Veröffentlichungsdatum | 2015-10-20 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | spyrosoft |
| Zahlungsart | free |
| Hilfeseite URL | http://spyrosoft.com/contact |
| Unterstützte Sprachen | 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
} | |