Table To CSV

This extension converts html

elements into csv files

Table To CSVคืออะไร?

Table To CSV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aaron Joyce และคุณลักษณะหลักของมันคือ "This extension converts html

elements into csv files"

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

screenshot

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

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

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

                        This extension attempts to download all 
elements in the current tab as csv files.

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

ชื่อ Table To CSV Table To CSV
ID capmjheeddhbhfpgjafnbopppldhfnei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/table-to-csv/capmjheeddhbhfpgjafnbopppldhfnei
คำอธิบาย This extension converts html elements into csv files
ขนาดไฟล์ 9.91 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.02
อัปเดตครั้งล่าสุด 2019-04-18
วันที่เผยแพร่ 2019-04-18
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Aaron Joyce
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Table To CSV",
    "short_name": "Table To CSV",
    "version": "1.02",
    "description": "This extension converts html  elements into csv files",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Download",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}