Table Extractor
Export all table content on a webpage to json or csv in a single click.
Co to jest Table Extractor?
Table Extractor to rozszerzenie Chrome opracowane przez akopyany, a jego główną funkcją jest „Export all table content on a webpage to json or csv in a single click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Table Extractor
Pobierz pliki rozszerzeń Table Extractor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Table Extractor |
ID | bplejbaicgjafneipkgikahgengigkpe |
Oficjalny URL | https://chromewebstore.google.com/detail/table-extractor/bplejbaicgjafneipkgikahgengigkpe |
Opis | Export all table content on a webpage to json or csv in a single click. |
Rozmiar pliku | 5.66 KB |
Liczba instalacji | 66 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-09-25 |
Data Publikacji | 2023-09-25 |
Deweloper | akopyany |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [] } } |