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 |
| 官方網址 | 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
} | |