JSON Formatter

Format the JSON

什麼是JSON Formatter?

JSON Formatter是由http://news2think.wordpress.com開發的Chrome擴展程式,該擴展的主要功能是“Format the JSON”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載JSON Formatter擴展crx文件

下載JSON Formatter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Format/Deformat the JSON responses. As mostly in front end world, all Rest API's responses are JSON, so developer need to format the response whenever needed.                    

擴展基本資訊

名稱 JSON Formatter JSON Formatter
ID cijffkbbjcfdcaliomlcbddnmpjdpdbc
官方網址 https://chrome.google.com/webstore/detail/json-formatter/cijffkbbjcfdcaliomlcbddnmpjdpdbc
簡介 Format the JSON
檔案大小 34.77 KB
安裝次數 109
目前版本 2.0.4
更新時間 2021-10-07
上架時間 2019-08-01
評分 4.80/5 共 5 次評分
開發者 http://news2think.wordpress.com
電子郵箱 [email protected]
付費類型 in_app
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JSON Formatter",
    "description": "Format the JSON",
    "version": "2.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "jsonFormat.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/www.googletagmanager.com\/gtag\/js",
        "https:\/\/www.google-analytics.com\/analytics.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com; object-src 'self'"
}