Auto Cursor
A productivity tool to automatically select the first visible text input.
¿Qué es Auto Cursor?
Auto Cursor es una extensión de Chrome desarrollada por spyrosoft, y su función principal es "A productivity tool to automatically select the first visible text input.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Auto Cursor
Descarga archivos de extensión Auto Cursor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | gjaabiillfmidpcknchjeiadoppocmaf |
URL Oficial | https://chrome.google.com/webstore/detail/auto-cursor/gjaabiillfmidpcknchjeiadoppocmaf |
Descripción | A productivity tool to automatically select the first visible text input. |
Tamaño del Archivo | 7.38 KB |
Cantidad de Instalaciones | 115 |
Versión Actual | 1.0 |
Última Actualización | 2015-10-20 |
Fecha de Publicación | 2015-10-20 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | spyrosoft |
Tipo de Pago | free |
URL de la Página de Ayuda | http://spyrosoft.com/contact |
Idiomas Soportados | 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 } |