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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
}
}
} | |