Table Extractor

Export all table content on a webpage to json or csv in a single click.

Wat is Table Extractor?

Table Extractor is een Chrome-extensie ontwikkeld door akopyany, en de belangrijkste functie is "Export all table content on a webpage to json or csv in a single click.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Table Extractor

Download Table Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Table Extractor Table Extractor
ID bplejbaicgjafneipkgikahgengigkpe
Officiële URL https://chromewebstore.google.com/detail/table-extractor/bplejbaicgjafneipkgikahgengigkpe
Beschrijving Export all table content on a webpage to json or csv in a single click.
Bestandsgrootte 5.66 KB
Aantal Installaties 66
Huidige Versie 1.0
Laatst Bijgewerkt 2023-09-25
Publicatiedatum 2023-09-25
Ontwikkelaar akopyany
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
    }
}