CleancodeJSON
A simple tool to format json.
Qu'est-ce que CleancodeJSON ?
CleancodeJSON est une extension Chrome développée par developer, et sa fonction principale est "A simple tool to format json.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CleancodeJSON
Téléchargez les fichiers d'extension CleancodeJSON au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CleancodeJSON |
ID | pplokeajidgpcdbhpceiahkjmffjnfon |
URL Officiel | https://chromewebstore.google.com/detail/cleancodejson/pplokeajidgpcdbhpceiahkjmffjnfon |
Description | A simple tool to format json. |
Taille du Fichier | 1.55 MB |
Nombre d'Installations | 159,143 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2023-01-27 |
Date de Publication | 2023-01-18 |
Évaluation | 4.71/5 Total 7 Évaluations |
Développeur | developer |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.cleancode-json.club |
URL de la Page d'Aide | https://www.cleancode-json.club/contact/ |
URL de la Page de Politique de Confidentialité | https://www.cleancode-json.club/privacy-policy |
Langues Prises en Charge | 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" } } |