Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Formatter Plus|JSON\u683c\u5f0f\u5316|to code interface", "version": "0.7.2", "manifest_version": 3, "description": "\u4e00\u6b3eJSON \u683c\u5f0f\u5316\u63d2\u4ef6\uff0c\u5e76\u4e14\u652f\u6301json \u4e00\u952e\u751f\u6210ts interface \u7b49\u591a\u79cd\u8bed\u8a00\u7c7b\u578b\u6587\u4ef6\uff0c\u63d0\u6548\u5f00\u53d1\uff0c\u4eab\u53d7\u751f\u6d3b\u3002", "homepage_url": "https:\/\/code.askopenai.net\/", "minimum_chrome_version": "88", "icons": { "32": "icons\/32.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*\/*", "<all_urls>" ], "options_ui": { "page": "options\/options.html", "open_in_tab": false } }