TableScraper
Allows you to download web tables as .csv files
TableScraper क्या है?
TableScraper JessieCS50 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to download web tables as .csv files"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TableScraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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 } |