Form 2 Table
Copy lots of data from a web form in a matter of seconds.
Form 2 Tableとは何ですか?
Form 2 TableはflosSoftwareによって開発されたChromeの拡張機能で、その主な機能は「Copy lots of data from a web form in a matter of seconds.」です。
拡張機能のスクリーンショット
Form 2 Table拡張機能のCRXファイルをダウンロード
Form 2 Table拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a web scraper tool to automatically copy data from web page forms.
You can copy multiple data from a web form, and paste them into a spreadsheet, text or document with a couple of clicks!
This extension can copy data from input (text, radio and checkbox), select, multiselect and textarea fields.
Supports (from version 1.0.2) the following ARIA widgets: Listbox, Checkbox, Radio Group.
Please have a look at the video demo for instructions.
**** LATEST VERSION: 1.0.4 ****
Bug fixes
**** VERSION: 1.0.3 ****
Added option: Add Heading (only for Standard Copy mode) 拡張機能の基本情報
| 名前 | |
| ID | cgbenecfnpcjnnadcjkbmcfmeccpkikp |
| 公式URL | https://chrome.google.com/webstore/detail/form-2-table/cgbenecfnpcjnnadcjkbmcfmeccpkikp |
| 説明 | Copy lots of data from a web form in a matter of seconds. |
| ファイルサイズ | 56.02 KB |
| インストール数 | 233 |
| 現在のバージョン | 1.0.6 |
| 最終更新日 | 2019-03-19 |
| 公開日 | 2019-03-19 |
| 開発者 | flosSoftware |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Form 2 Table",
"short_name": "Form 2 Table",
"description": "Copy lots of data from a web form in a matter of seconds.",
"version": "1.0.6",
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"60": "logo60.png",
"128": "logo128.png"
},
"permissions": [
"contextMenus",
"tabs",
"clipboardRead",
"activeTab",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"browser_action": {
"default_popup": "options.html"
},
"manifest_version": 2
} | |