Remember Form Inputs
Remeber from input values.
什么是Remember Form Inputs?
Remember Form Inputs是由https://www.crossl.net开发的Chrome扩展程序,该扩展的主要功能是“Remeber from input values.”。
扩展截图
下载Remember Form Inputs扩展crx文件
下载Remember Form Inputs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Remember Form Inputs |
ID | fcolhfpojmepceidnkkannbfpegihmhl |
官方URL | https://chromewebstore.google.com/detail/remember-form-inputs/fcolhfpojmepceidnkkannbfpegihmhl |
简介 | Remeber from input values. |
文件大小 | 38.08 KB |
安装次数 | 1,479 |
当前版本 | 0.1.1 |
更新时间 | 2017-03-10 |
上架时间 | 2017-03-09 |
评分 | 3.20/5 共5次评分 |
开发者 | https://www.crossl.net |
付费类型 | free |
扩展官网 | https://github.com/konkon1234/remember-form-inputs |
支持的语言 | 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": [ " |