Auto Cursor
A productivity tool to automatically select the first visible text input.
O que é Auto Cursor?
Auto Cursor é uma extensão do Chrome desenvolvida por spyrosoft, e sua principal característica é "A productivity tool to automatically select the first visible text input.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Auto Cursor
Baixe arquivos de extensão Auto Cursor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | gjaabiillfmidpcknchjeiadoppocmaf |
URL Oficial | https://chrome.google.com/webstore/detail/auto-cursor/gjaabiillfmidpcknchjeiadoppocmaf |
Descrição | A productivity tool to automatically select the first visible text input. |
Tamanho do Arquivo | 7.38 KB |
Contagem de Instalações | 115 |
Versão Atual | 1.0 |
Última Atualização | 2015-10-20 |
Data de Publicação | 2015-10-20 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | spyrosoft |
Tipo de Pagamento | free |
URL da Página de Ajuda | http://spyrosoft.com/contact |
Idiomas Suportados | 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 } |