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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
이메일 [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
}