Remember Form Inputs
Remeber from input values.
Remember Form Inputs là gì?
Remember Form Inputs là một tiện ích mở rộng Chrome được phát triển bởi https://www.crossl.net, và tính năng chính của nó là "Remeber from input values.".
Ả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 Remember Form Inputs
Tải xuống các tệp mở rộng Remember Form Inputs 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 program is a Chrome extension that allows you to remember the contents of the form input and restore it at any time. It is convenient to save time and effort to enter the same content in the test.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remember Form Inputs |
ID | fcolhfpojmepceidnkkannbfpegihmhl |
URL Chính Thức | https://chromewebstore.google.com/detail/remember-form-inputs/fcolhfpojmepceidnkkannbfpegihmhl |
Mô tả | Remeber from input values. |
Kích Thước Tệp | 38.08 KB |
Số Lần Cài Đặt | 1,479 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2017-03-10 |
Ngày Phát Hành | 2017-03-09 |
Đánh Giá | 3.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://www.crossl.net |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/konkon1234/remember-form-inputs |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remember Form Inputs", "version": "0.1.1", "manifest_version": 2, "description": "Remeber from input values.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "html\/popup.html" }, "web_accessible_resources": [ "jquery-3.1.1.slim.min.js", "remember-inputs.js" ], "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ " |