Juan Ramón JSON Beautifier
Quick JSON code beautifier by Juan Ramon Jimenez
Juan Ramón JSON Beautifierとは何ですか?
Juan Ramón JSON Beautifierはhttp://www.juanramonjimenez.esによって開発されたChromeの拡張機能で、その主な機能は「Quick JSON code beautifier by Juan Ramon Jimenez」です。
拡張機能のスクリーンショット
Juan Ramón JSON Beautifier拡張機能のCRXファイルをダウンロード
Juan Ramón JSON Beautifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It´s basically a quick JSON code beautifier and also test if it is well formed. For programmers, testers and more. I did it for me and I know that could be useful for more people, I think there is nothing like this in Chrome store. You can select text with json code, then push Ctrl + C (in windows, Command + C in Mac) for copy to the clipboard, and then in Chrome push the icon or push Alt + C and you have got it. If you have suggestions please let me know: [email protected]
拡張機能の基本情報
名前 | |
ID | cggldejocpefikeabhclhgcohimdgcfh |
公式URL | https://chrome.google.com/webstore/detail/juan-ram%C3%B3n-json-beautifie/cggldejocpefikeabhclhgcohimdgcfh |
説明 | Quick JSON code beautifier by Juan Ramon Jimenez |
ファイルサイズ | 10.78 KB |
インストール数 | 206 |
現在のバージョン | 1.0 |
最終更新日 | 2014-08-06 |
公開日 | 2014-08-06 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | http://www.juanramonjimenez.es |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://juanramonjimenez.es/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "name": "Juan Ram\u00f3n JSON Beautifier", "version": "1.0", "description": "Quick JSON code beautifier by Juan Ramon Jimenez", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Juan Ram\u00f3n JSON Beautifier", "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "clipboardRead", "clipboardWrite" ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+C", "mac": "Alt+C", "chromeos": "Alt+C", "linux": "Alt+C" } } } } |