Input Filler
Fills all inputs on a page with a specific value
什么是Input Filler?
Input Filler是由Aaron Didner开发的Chrome扩展程序,该扩展的主要功能是“Fills all inputs on a page with a specific value”。
扩展截图
下载Input Filler扩展crx文件
下载Input Filler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This chrome extension takes all text input boxes on a page and fills them with a user specified value. The benefit is that if a user were doing data entry and many text input's on the page all had some sort of value the chrome extension could populate all of them at once rather than having to do all of them by hand.
扩展基本信息
名称 | Input Filler |
ID | jenbiknnohffkkbaabolppehhfaemdgn |
官方URL | https://chromewebstore.google.com/detail/input-filler/jenbiknnohffkkbaabolppehhfaemdgn |
简介 | Fills all inputs on a page with a specific value |
文件大小 | 11.69 KB |
安装次数 | 96 |
当前版本 | 1.1.1 |
更新时间 | 2022-02-03 |
上架时间 | 2022-01-12 |
评分 | 5.00/5 共2次评分 |
开发者 | Aaron Didner |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/adidner/input-filler |
隐私政策页面URL | https://github.com/adidner/input-filler/blob/main/privacy_policy.md |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Input Filler", "description": "Fills all inputs on a page with a specific value", "version": "1.1.1", "permissions": [ "activeTab", "scripting", "storage" ], "action": { "default_popup": "popup\/popup.html", "default_icons": { "16": "chrome-extension-logos\/logo-2.2-16x16.png", "32": "chrome-extension-logos\/logo-2.2-32x32.png", "48": "chrome-extension-logos\/logo-2.2-48x48.png", "128": "chrome-extension-logos\/logo-2.2-128x128.png" } }, "icons": { "16": "chrome-extension-logos\/logo-2.2-16x16.png", "32": "chrome-extension-logos\/logo-2.2-32x32.png", "48": "chrome-extension-logos\/logo-2.2-48x48.png", "128": "chrome-extension-logos\/logo-2.2-128x128.png" } } |