TableScraper
Allows you to download web tables as .csv files
Apa itu TableScraper?
TableScraper adalah ekstensi Chrome yang dikembangkan oleh JessieCS50, dan fitur utamanya adalah "Allows you to download web tables as .csv files".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TableScraper
Unduh file ekstensi TableScraper 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
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!
Informasi Dasar Ekstensi
Nama | TableScraper |
ID | emkcilhnngffafccblemkljfpkabpapg |
URL Resmi | https://chromewebstore.google.com/detail/tablescraper/emkcilhnngffafccblemkljfpkabpapg |
Deskripsi | Allows you to download web tables as .csv files |
Ukuran File | 55.5 KB |
Jumlah Instalasi | 163 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2020-05-04 |
Tanggal Publikasi | 2020-05-04 |
Pengembang | JessieCS50 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |