TableScraper
Allows you to download web tables as .csv files
TableScraper là gì?
TableScraper là một tiện ích mở rộng Chrome được phát triển bởi JessieCS50, và tính năng chính của nó là "Allows you to download web tables as .csv files".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TableScraper
Tải xuống các tệp mở rộng TableScraper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TableScraper |
ID | emkcilhnngffafccblemkljfpkabpapg |
URL Chính Thức | https://chromewebstore.google.com/detail/tablescraper/emkcilhnngffafccblemkljfpkabpapg |
Mô tả | Allows you to download web tables as .csv files |
Kích Thước Tệp | 55.5 KB |
Số Lần Cài Đặt | 163 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-05-04 |
Ngày Phát Hành | 2020-05-04 |
Nhà Phát Triển | JessieCS50 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |