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
} | |