Pro SP Team - Form Filler
Form Filler
什么是Pro SP Team - Form Filler?
Pro SP Team - Form Filler是由prospteam开发的Chrome扩展程序,该扩展的主要功能是“Form Filler”。
扩展截图
下载Pro SP Team - Form Filler扩展crx文件
下载Pro SP Team - Form Filler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Pro SP Team - Form Filler fill all input with dummy data to make the developers test their form quickly and easily. By: The Lazy Programmers Hotkeys: Ctrl+Q= Open Filler. Ctrl+Space= Fill Form.
扩展基本信息
名称 | |
ID | ikkhdodpaccccflddcolbinclbjehbge |
官方URL | https://chrome.google.com/webstore/detail/ikkhdodpaccccflddcolbinclbjehbge |
简介 | Form Filler |
文件大小 | 112 KB |
安装次数 | 108 |
当前版本 | 1.5 |
更新时间 | 2019-01-21 |
上架时间 | 2019-01-17 |
评分 | 4.80/5 共5次评分 |
开发者 | prospteam |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pro SP Team - Form Filler", "version": "1.5", "description": "Form Filler", "permissions": [ "declarativeContent", "storage", "tabs", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "form-filler-icon.png", "32": "form-filler-icon.png", "48": "form-filler-icon.png", "128": "form-filler-icon.png" } }, "icons": { "16": "form-filler-icon.png", "32": "form-filler-icon.png", "48": "form-filler-icon.png", "128": "form-filler-icon.png" }, "commands": { "fill_form": { "suggested_key": { "default": "Ctrl+Space", "windows": "Ctrl+Space", "mac": "Command+Space" }, "description": "Ctrl Space" }, "_execute_page_action": { "suggested_key": { "default": "Ctrl+Q", "windows": "Ctrl+Q", "mac": "Command+Q" } } }, "manifest_version": 2 } |