自动填充
号码生成器自动填充工具
What is 自动填充?
自动填充 is a Chrome extension developed by darren, and its main feature is "号码生成器自动填充工具".
Extension Screenshots
Download 自动填充 Extension CRX File
Download 自动填充 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
一款提供给测试人员的自动填充工具,能帮你自动模拟生成姓名、手机号、身份证和银行卡的小工具(注:生成出来的资料信息都为随机生成,并不是真实的信息,请悉知)。 1.5更新: 优化一些细节,修复拖拽不流畅的问题 1.4更新: 支持直接拖拽文本框,将文本框的内容拖拽至第三方输入框,解决一些不支持右键的文本框
Extension Basic Information
Name | |
ID | ogfifgfojnjlccnenikmhpklajninhhh |
Official URL | https://chromewebstore.google.com/detail/%E8%87%AA%E5%8A%A8%E5%A1%AB%E5%85%85/ogfifgfojnjlccnenikmhpklajninhhh |
Description | 号码生成器自动填充工具 |
File Size | 22.88 KB |
Installation Count | 22 |
Current Version | 1.5 |
Last Updated | 2018-07-24 |
Publish Date | 2018-07-23 |
Developer | darren |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "background": { "scripts": [ "js\/gentool.js", "js\/contextmenu.js" ] }, "browser_action": { "default_icon": "img\/tools.png", "default_popup": "popup.html", "default_title": "\u53f7\u7801\u751f\u6210\u5668" }, "content_scripts": [ { "js": [ "js\/result.js" ], "matches": [ "*:\/\/*\/*" ] } ], "description": "\u53f7\u7801\u751f\u6210\u5668\u81ea\u52a8\u586b\u5145\u5de5\u5177", "icons": { "128": "img\/tools.png", "16": "img\/tools.png", "32": "img\/tools.png" }, "manifest_version": 2, "name": "\u81ea\u52a8\u586b\u5145", "permissions": [ "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5" } |