JSON[B] Viewer

JSON[B] is a editor online web-based tool to view, edit, format, transform and diff JSON documents.

JSON[B] Viewerとは何ですか?

JSON[B] Viewerはhttps://jsonb.onlineによって開発されたChromeの拡張機能で、その主な機能は「JSON[B] is a editor online web-based tool to view, edit, format, transform and diff JSON documents.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

JSON[B] Viewer拡張機能のCRXファイルをダウンロード

JSON[B] Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The most beautiful JSON tools that your eyes have ever seen.
It is a Chrome extension for JSON.

Notes:
* This extension might crash with other JSON highlighters/formatters, you may need to disable them
* To highlight local files and incognito tabs you have to manually enable these options on the extensions page
* Sometimes when the plugin updates chrome leaves the old background process running and revokes some options, like the access to local files. When this happen just recheck the option that everything will work again
* Works on local files (if you enable this in chrome://extensions).                    

拡張機能の基本情報

名前 JSON[B] Viewer JSON[B] Viewer
ID jnhbjoikcefpmjiicnmgncglcjeefomk
公式URL https://chromewebstore.google.com/detail/jsonb-viewer/jnhbjoikcefpmjiicnmgncglcjeefomk
説明 JSON[B] is a editor online web-based tool to view, edit, format, transform and diff JSON documents.
ファイルサイズ 17.4 KB
インストール数 150
現在のバージョン 2.1.0
最終更新日 2021-09-02
公開日 2021-09-02
評価 5.00/5 合計 2 レビュー
開発者 https://jsonb.online
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.jsonb.online
ヘルプページのURL https://www.jsonb.online
プライバシーポリシーページのURL https://www.jsonb.online/legal/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSON[B] Viewer",
    "version": "2.1.0",
    "manifest_version": 2,
    "author": "JSON[B] ",
    "description": "JSON[B] is a editor online web-based tool to view, edit, format, transform and diff JSON documents.",
    "homepage_url": "https:\/\/www.jsonb.online",
    "minimum_chrome_version": "21",
    "icons": {
        "128": "assets\/icons\/128.png",
        "32": "assets\/icons\/32.png",
        "16": "assets\/icons\/16.png"
    },
    "web_accessible_resources": [],
    "offline_enabled": true,
    "omnibox": {
        "keyword": "jsonb"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/viewer.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "*:\/\/*\/*",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; frame-src 'self' https:\/\/www.jsonb.online"
}