TableScraper

Allows you to download web tables as .csv files

TableScraperคืออะไร?

TableScraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JessieCS50 และคุณลักษณะหลักของมันคือ "Allows you to download web tables as .csv files"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย TableScraper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Automatically finds tables in web pages and adds "Download as csv" buttons so you can easily collect data without the need for copy and paste. "I wish I could download this as a csv" - now you can!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TableScraper TableScraper
ID emkcilhnngffafccblemkljfpkabpapg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tablescraper/emkcilhnngffafccblemkljfpkabpapg
คำอธิบาย Allows you to download web tables as .csv files
ขนาดไฟล์ 55.5 KB
จำนวนการติดตั้ง 163
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-05-04
วันที่เผยแพร่ 2020-05-04
ผู้พัฒนา JessieCS50
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TableScraper",
    "version": "1.1",
    "description": "Allows you to download web tables as .csv files",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        }
    },
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "manifest_version": 2
}