JSON-CSV

JSON & CSV Utility

Wat is JSON-CSV?

JSON-CSV is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "JSON & CSV Utility".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JSON-CSV

Download JSON-CSV-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Convert JSON to CSV                    

Basisinformatie over de Extensie

Naam JSON-CSV JSON-CSV
ID epddikkbgaahnmnnekclilgljdjijnln
Officiële URL https://chromewebstore.google.com/detail/json-csv/epddikkbgaahnmnnekclilgljdjijnln
Beschrijving JSON & CSV Utility
Bestandsgrootte 297 KB
Aantal Installaties 40
Huidige Versie 1.0
Laatst Bijgewerkt 2019-08-20
Publicatiedatum 2019-08-20
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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": []
}