Text Field
Provides a simple text field on click.
Text Field là gì?
Text Field là một tiện ích mở rộng Chrome được phát triển bởi eloone, và tính năng chính của nó là "Provides a simple text field on click.".
Ả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 Text Field
Tải xuống các tệp mở rộng Text Field 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
This extension provides a simple text field when you click on the icon. Typical usage : ★ Copy-paste text into it to unformat it. ★ Write short text that you want to have at hand without having to open a text editor and switching to it every time you need it in your browser (ex. special characters, a url etc.). ★ Whenever you have an idea, write it and capture it quickly to save it for later. ★ Perfect for quick and volatile information. Features : ★ The added text is saved and always available even when the popup is closed or if you disable and then enable again the extension or when you shut down your computer or your browser. ★ The added text is destroyed when you hit the "clear all" link at the bottom, or when you remove all the text from the textarea yourself, or when you uninstall or remove the extension from chrome, those actions cannot be undone. ★ The textarea auto expands when new content is added until it reaches its maximum size of 300px. ★ The textarea initially has the size of its content or its maximum size of 300px. ★ The cursor always points to the first line of the textarea.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Text Field |
ID | igigbeogifbmkfgbllimpgdaelhilgkj |
URL Chính Thức | https://chromewebstore.google.com/detail/text-field/igigbeogifbmkfgbllimpgdaelhilgkj |
Mô tả | Provides a simple text field on click. |
Kích Thước Tệp | 10.66 KB |
Số Lần Cài Đặt | 533 |
Phiên Bản Hiện Tại | 0.0.0.4 |
Cập Nhật Lần Cuối | 2013-04-27 |
Ngày Phát Hành | 2013-04-27 |
Đánh Giá | 4.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | eloone |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/eloone/chrome-text-field |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Text Field" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Provides a simple text field on click.", "name": "Text Field", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "0.0.0.4" } |