Table to CSV
Any html table you click on is downloaded in csv format.
Vad är Table to CSV?
Table to CSV är en Chrome-tillägg utvecklad av kiko, och dess huvudfunktion är "Any html table you click on is downloaded in csv format.".
Tilläggsskärmbilder
Ladda ner Table to CSV-förlängningens CRX-fil
Ladda ner Table to CSV-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Shift+click on any html table to download in csv format. Works on tables that have inputs. Wraps each column in double quotes and escapes double quotes in table data, so commas and quotes are ok to have in your html column data.
Grundläggande Information om Tillägg
Namn | |
ID | obbfbcfdflibnmadiigfgkkheoncmkfi |
Officiell webbadress | https://chrome.google.com/webstore/detail/table-to-csv/obbfbcfdflibnmadiigfgkkheoncmkfi |
Beskrivning | Any html table you click on is downloaded in csv format. |
Filstorlek | 5.68 KB |
Antal Installationer | 493 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2021-08-22 |
Publiceringsdatum | 2020-09-29 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | kiko |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://rickastleybomb.mediabot.ca/privacy.php |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Table to CSV", "description": "Any html table you click on is downloaded in csv format.", "version": "1.0.3", "icons": { "128": "table-icon.png" }, "content_scripts": [ { "matches": [ " |