CleancodeJSON
A simple tool to format json.
Что такое CleancodeJSON?
CleancodeJSON - это расширение Chrome, разработанное developer, и его основная функция - "A simple tool to format json.".
Снимки экрана расширения
Скачать файл CRX расширения CleancodeJSON
Скачайте файлы расширений CleancodeJSON в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |