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)                    

擴展基本資訊

名稱 Form 2 Table Form 2 Table
ID cgbenecfnpcjnnadcjkbmcfmeccpkikp
官方網址 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
電子郵箱 [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
}