Easy Tables
Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.
Easy Tablesคืออะไร?
Easy Tables เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Q. Dong และคุณลักษณะหลักของมันคือ "Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Tables
ดาวน์โหลดไฟล์ส่วนขยาย Easy Tables ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Copy tables to clipboard or download tables to CSV or Microsoft Excel files with a click. v1.5 updates: Add context menus; Bug fixes. Other optimizations.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Easy Tables |
ID | aggdjbmdhnmjclackipimailildgihlb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easy-tables/aggdjbmdhnmjclackipimailildgihlb |
คำอธิบาย | Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files. |
ขนาดไฟล์ | 82.1 KB |
จำนวนการติดตั้ง | 130 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2020-10-25 |
วันที่เผยแพร่ | 2020-09-28 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Q. Dong |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Tables", "version": "1.5", "icons": { "128": "icon_128.png" }, "description": "Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.", "browser_action": { "default_title": "Copy Table" }, "background": { "scripts": [ "bg.js" ], "persistent": false }, "permissions": [ "activeTab", "contextMenus" ], "web_accessible_resources": [ "csv.png", "copy.png", "xlsx.png" ] } |