CSV to JSON Converter
A simple web interface for converting from CSV to JSON.
Vad är CSV to JSON Converter?
CSV to JSON Converter är en Chrome-tillägg utvecklad av https://wpcocktail.com, och dess huvudfunktion är "A simple web interface for converting from CSV to JSON.".
Tilläggsskärmbilder
Ladda ner CSV to JSON Converter-förlängningens CRX-fil
Ladda ner CSV to JSON Converter-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
CSV / JSON Converter A simple web interface for converting from JSON to CSV. All data stored in browser's local storage only, no data is communicated once the page has loaded. For Microsoft Excel compatibility, simply use tab delimiters and save the file with the .xls extension.
Grundläggande Information om Tillägg
Namn | CSV to JSON Converter |
ID | cikhhpjcfcganccgimdcohjgmhjbchco |
Officiell webbadress | https://chromewebstore.google.com/detail/csv-to-json-converter/cikhhpjcfcganccgimdcohjgmhjbchco |
Beskrivning | A simple web interface for converting from CSV to JSON. |
Filstorlek | 91.54 KB |
Antal Installationer | 37 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2022-09-17 |
Publiceringsdatum | 2022-09-16 |
Utvecklare | https://wpcocktail.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.wpcocktail.com/ |
Hjälpsida URL | https://wpcocktail.com/contact-us/ |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CSV to JSON Converter", "version": "1.0.0", "description": "A simple web interface for converting from CSV to JSON.", "author": "wpcocktail", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "CSV to JSON Converter" } } |