Auto Cursor
A productivity tool to automatically select the first visible text input.
什么是Auto Cursor?
Auto Cursor是由spyrosoft开发的Chrome扩展程序,该扩展的主要功能是“A productivity tool to automatically select the first visible text input.”。
扩展截图
下载Auto Cursor扩展crx文件
下载Auto Cursor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | gjaabiillfmidpcknchjeiadoppocmaf |
| 官方URL | https://chrome.google.com/webstore/detail/auto-cursor/gjaabiillfmidpcknchjeiadoppocmaf |
| 简介 | A productivity tool to automatically select the first visible text input. |
| 文件大小 | 7.38 KB |
| 安装次数 | 115 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-10-20 |
| 上架时间 | 2015-10-20 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | spyrosoft |
| 付费类型 | free |
| 帮助页面URL | http://spyrosoft.com/contact |
| 支持的语言 | 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
} | |