Easy Tables
Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.
Apa itu Easy Tables?
Easy Tables adalah ekstensi Chrome yang dikembangkan oleh Q. Dong, dan fitur utamanya adalah "Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Easy Tables
Unduh file ekstensi Easy Tables dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Easy Tables |
ID | aggdjbmdhnmjclackipimailildgihlb |
URL Resmi | https://chromewebstore.google.com/detail/easy-tables/aggdjbmdhnmjclackipimailildgihlb |
Deskripsi | Copy tables on webpages to clipboard; Download tables to CSV or MS Excel files. |
Ukuran File | 82.1 KB |
Jumlah Instalasi | 130 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2020-10-25 |
Tanggal Publikasi | 2020-09-28 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Q. Dong |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |