CleancodeJSON

A simple tool to format json.

CleancodeJSONとは何ですか?

CleancodeJSONはdeveloperによって開発されたChromeの拡張機能で、その主な機能は「A simple tool to format json.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

CleancodeJSON拡張機能のCRXファイルをダウンロード

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 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
Eメール [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"
    }
}