Table to CSV/JSON
Converts HTML tables in the page into csv or json
Was ist Table to CSV/JSON?
Table to CSV/JSON ist eine Chrome-Erweiterung, die von http://codex10.com entwickelt wurde, und ihr Hauptmerkmal ist "Converts HTML tables in the page into csv or json".
Erweiterungsscreenshots
Table to CSV/JSON-Erweiterungs-CRX-Datei herunterladen
Laden Sie Table to CSV/JSON-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Right click on an HTML TABLE, choose CSV/JSON, and get the plain text version. Note the JSON is a simple Array> format.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lcmljkenflafolafllblkbchomcnaefi |
Offizielle URL | https://chrome.google.com/webstore/detail/table-to-csvjson/lcmljkenflafolafllblkbchomcnaefi |
Beschreibung | Converts HTML tables in the page into csv or json |
Dateigröße | 25.68 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2015-07-05 |
Veröffentlichungsdatum | 2015-07-05 |
Bewertung | 2.82/5 Insgesamt 11 Bewertungen |
Entwickler | http://codex10.com |
Zahlungsart | free |
Erweiterungswebsite | http://codex10.com |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Table to CSV\/JSON", "short_name": "HTMLTableConverter", "version": "1.0.2", "author": "Codex10", "description": "Converts HTML tables in the page into csv or json", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |