Form 2 Table

Copy lots of data from a web form in a matter of seconds.

Form 2 Tableคืออะไร?

Form 2 Table เป็นส่วนขยายของ Chrome ที่พัฒนาโดย flosSoftware และคุณลักษณะหลักของมันคือ "Copy lots of data from a web form in a matter of seconds."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Form 2 Table

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
}