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
} | |