JSON-CSV
JSON & CSV Utility
What is JSON-CSV?
JSON-CSV is a Chrome extension developed by Unknown, and its main feature is "JSON & CSV Utility".
Extension Screenshots
Download JSON-CSV Extension CRX File
Download JSON-CSV extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Convert JSON to CSV
Extension Basic Information
Name | JSON-CSV |
ID | epddikkbgaahnmnnekclilgljdjijnln |
Official URL | https://chromewebstore.google.com/detail/json-csv/epddikkbgaahnmnnekclilgljdjijnln |
Description | JSON & CSV Utility |
File Size | 297 KB |
Installation Count | 40 |
Current Version | 1.0 |
Last Updated | 2019-08-20 |
Publish Date | 2019-08-20 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JSON-CSV", "version": "1.0", "description": "JSON & CSV Utility", "icons": { "24": "icon-24.png", "64": "icon-64.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": [] } |