Remember Form Inputs
Remeber from input values.
What is Remember Form Inputs?
Remember Form Inputs is a Chrome extension developed by https://www.crossl.net, and its main feature is "Remeber from input values.".
Extension Screenshots
Download Remember Form Inputs Extension CRX File
Download Remember Form Inputs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Remember Form Inputs |
ID | fcolhfpojmepceidnkkannbfpegihmhl |
Official URL | https://chromewebstore.google.com/detail/remember-form-inputs/fcolhfpojmepceidnkkannbfpegihmhl |
Description | Remeber from input values. |
File Size | 38.08 KB |
Installation Count | 1,479 |
Current Version | 0.1.1 |
Last Updated | 2017-03-10 |
Publish Date | 2017-03-09 |
Rating | 3.20/5 Total 5 Ratings |
Developer | https://www.crossl.net |
Payment Type | free |
Extension Website | https://github.com/konkon1234/remember-form-inputs |
Supported Languages | 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": [ " |