TableScraper
Allows you to download web tables as .csv files
什麼是TableScraper?
TableScraper是由JessieCS50開發的Chrome擴展程式,該擴展的主要功能是“Allows you to download web tables as .csv files”。
擴展截圖
下載TableScraper擴展crx文件
下載TableScraper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | TableScraper |
ID | emkcilhnngffafccblemkljfpkabpapg |
官方網址 | https://chromewebstore.google.com/detail/tablescraper/emkcilhnngffafccblemkljfpkabpapg |
簡介 | Allows you to download web tables as .csv files |
檔案大小 | 55.5 KB |
安裝次數 | 163 |
目前版本 | 1.1 |
更新時間 | 2020-05-04 |
上架時間 | 2020-05-04 |
開發者 | JessieCS50 |
付費類型 | free |
支援的語言 | 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 } |