CleancodeJSON
A simple tool to format json.
CleancodeJSON क्या है?
CleancodeJSON developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple tool to format json."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CleancodeJSON एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | CleancodeJSON |
ID | pplokeajidgpcdbhpceiahkjmffjnfon |
आधिकारिक URL | https://chromewebstore.google.com/detail/cleancodejson/pplokeajidgpcdbhpceiahkjmffjnfon |
विवरण | A simple tool to format json. |
फ़ाइल का आकार | 1.55 MB |
स्थापना संख्या | 159,143 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2023-01-27 |
प्रकाशन तिथि | 2023-01-18 |
रेटिंग | 4.71/5 कुल 7 रेटिंग्स |
डेवलपर | developer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.cleancode-json.club |
सहायता पृष्ठ URL | https://www.cleancode-json.club/contact/ |
गोपनीयता नीति पृष्ठ URL | https://www.cleancode-json.club/privacy-policy |
समर्थित भाषाएँ | 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" } } |