Auto Cursor
A productivity tool to automatically select the first visible text input.
Cos'è Auto Cursor?
Auto Cursor è un'estensione di Chrome sviluppata da spyrosoft, e la sua funzione principale è "A productivity tool to automatically select the first visible text input.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto Cursor
Scarica i file di estensione Auto Cursor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | gjaabiillfmidpcknchjeiadoppocmaf |
| URL Ufficiale | https://chrome.google.com/webstore/detail/auto-cursor/gjaabiillfmidpcknchjeiadoppocmaf |
| Descrizione | A productivity tool to automatically select the first visible text input. |
| Dimensione del File | 7.38 KB |
| Conteggio Installazioni | 115 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2015-10-20 |
| Data di Pubblicazione | 2015-10-20 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | spyrosoft |
| Tipo di Pagamento | free |
| URL della Pagina di Aiuto | http://spyrosoft.com/contact |
| Lingue Supportate | 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
} | |