Auto Cursor
A productivity tool to automatically select the first visible text input.
Auto Cursor là gì?
Auto Cursor là một tiện ích mở rộng Chrome được phát triển bởi spyrosoft, và tính năng chính của nó là "A productivity tool to automatically select the first visible text input.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Auto Cursor
Tải xuống các tệp mở rộng Auto Cursor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gjaabiillfmidpcknchjeiadoppocmaf |
URL Chính Thức | https://chrome.google.com/webstore/detail/auto-cursor/gjaabiillfmidpcknchjeiadoppocmaf |
Mô tả | A productivity tool to automatically select the first visible text input. |
Kích Thước Tệp | 7.38 KB |
Số Lần Cài Đặt | 115 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-10-20 |
Ngày Phát Hành | 2015-10-20 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | spyrosoft |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://spyrosoft.com/contact |
Ngôn Ngữ Được Hỗ Trợ | 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 } |