Table to CSV/JSON
Converts HTML tables in the page into csv or json
Co to jest Table to CSV/JSON?
Table to CSV/JSON to rozszerzenie Chrome opracowane przez http://codex10.com, a jego główną funkcją jest „Converts HTML tables in the page into csv or json”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Table to CSV/JSON
Pobierz pliki rozszerzeń Table to CSV/JSON 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
Right click on an HTML TABLE, choose CSV/JSON, and get the plain text version. Note the JSON is a simple Array> format.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lcmljkenflafolafllblkbchomcnaefi |
Oficjalny URL | https://chrome.google.com/webstore/detail/table-to-csvjson/lcmljkenflafolafllblkbchomcnaefi |
Opis | Converts HTML tables in the page into csv or json |
Rozmiar pliku | 25.68 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2015-07-05 |
Data Publikacji | 2015-07-05 |
Ocena | 2.82/5 Łącznie 11 Oceny |
Deweloper | http://codex10.com |
Typ Płatności | free |
Strona Rozszerzenia | http://codex10.com |
Obsługiwane Języki | 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": [ " |