CleancodeJSON

A simple tool to format json.

Was ist CleancodeJSON?

CleancodeJSON ist eine Chrome-Erweiterung, die von developer entwickelt wurde, und ihr Hauptmerkmal ist "A simple tool to format json.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

CleancodeJSON-Erweiterungs-CRX-Datei herunterladen

Laden Sie CleancodeJSON-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Cleancode JSON tool to format, edit, and beautify JSON data in real-time
Cleancode JSON – Feature-rich, and user-friendly JSON editor

FEATURES:
format, edit, and beautify JSON data 
a native editing experience.
Feel free to visit: https:// cleancode-json.club/ for more information!


By clicking "Add to Chrome" you accept and agree to install Cleancode JSON Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.cleancode-json.club/terms-and-conditions/ and Privacy Policy at https://www.cleancode-json.club/privacy-policy/.

The extension will update your new tab with Base 64 Encoder and Decoder and search and will change your search engine to provide more insightful and accurate search results.                    

Grundlegende Informationen zur Erweiterung

Name CleancodeJSON CleancodeJSON
ID pplokeajidgpcdbhpceiahkjmffjnfon
Offizielle URL https://chromewebstore.google.com/detail/cleancodejson/pplokeajidgpcdbhpceiahkjmffjnfon
Beschreibung A simple tool to format json.
Dateigröße 1.55 MB
Installationsanzahl 159,143
Aktuelle Version 1.5
Letztes Update 2023-01-27
Veröffentlichungsdatum 2023-01-18
Bewertung 4.71/5 Insgesamt 7 Bewertungen
Entwickler developer
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.cleancode-json.club
Hilfeseite URL https://www.cleancode-json.club/contact/
URL der Datenschutzrichtlinien-Seite https://www.cleancode-json.club/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CleancodeJSON",
    "description": "A simple tool to format json.",
    "version": "1.5",
    "manifest_version": 3,
    "homepage_url": "https:\/\/cleancode-json.club\/",
    "background": {
        "service_worker": ".\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": ".\/page\/index.html"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/images\/16.png",
            "32": ".\/images\/32.png",
            "48": ".\/images\/48.png",
            "128": ".\/images\/128.png"
        }
    },
    "icons": {
        "16": ".\/images\/16.png",
        "32": ".\/images\/32.png",
        "48": ".\/images\/48.png",
        "128": ".\/images\/128.png"
    }
}