Table Extractor
Export all table content on a webpage to json or csv in a single click.
Table Extractor क्या है?
Table Extractor akopyany द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export all table content on a webpage to json or csv in a single click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Table Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extract tables on webpage to CSV or JSON. Forget about manually selecting tables and content. The tool will find all html tables on a page and make a json or csv of each one.
एक्सटेंशन की मूल जानकारी
नाम | Table Extractor |
ID | bplejbaicgjafneipkgikahgengigkpe |
आधिकारिक URL | https://chromewebstore.google.com/detail/table-extractor/bplejbaicgjafneipkgikahgengigkpe |
विवरण | Export all table content on a webpage to json or csv in a single click. |
फ़ाइल का आकार | 5.66 KB |
स्थापना संख्या | 66 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-09-25 |
प्रकाशन तिथि | 2023-09-25 |
डेवलपर | akopyany |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Table Extractor", "version": "1.0", "description": "Export all table content on a webpage to json or csv in a single click.", "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": [] } } |