Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "content_scripts": [ { "js": [ "content.js" ], "matches": [ "<all_urls>" ], "run_at": "document_end" } ], "description": "JSON Formatter & Beautifier for Chrome.", "homepage_url": "https:\/\/www.zmime.com\/", "host_permissions": [ "*:\/\/*\/*", "<all_urls>" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "manifest_version": 3, "minimum_chrome_version": "88", "name": "JSON Formatter & Viewer for Chrome", "options_ui": { "open_in_tab": false, "page": "options\/options.html" }, "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" }