JSONBeautifier
This extension allows user to easily delimit those pesky JSONs in Solr
什麼是JSONBeautifier?
JSONBeautifier是由US7開發的Chrome擴展程式,該擴展的主要功能是“This extension allows user to easily delimit those pesky JSONs in Solr”。
擴展截圖
下載JSONBeautifier擴展crx文件
下載JSONBeautifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Have you ever came across a stingified JSON object? JSON beautifier makes it easy, simple, and painless for you to convert strings to nicely formatted and readable JSON objects (and vice versa). With this easy extension, there is no need to open another browser, copy, paste, and then switch back to your original page. JSON beautifier was made to increase the latency of workflows I hope this helps you ! -----Coming Soon---- Select string text on the page and right click - popup with JSON formatted will appear automatically. Easy!
擴展基本資訊
名稱 | |
ID | ofdckocemdaapnoahmbhgfbbodhffajc |
官方網址 | https://chrome.google.com/webstore/detail/jsonbeautifier/ofdckocemdaapnoahmbhgfbbodhffajc |
簡介 | This extension allows user to easily delimit those pesky JSONs in Solr |
檔案大小 | 56.76 KB |
安裝次數 | 44 |
目前版本 | 0.67 |
更新時間 | 2017-11-13 |
上架時間 | 2017-11-13 |
開發者 | US7 |
付費類型 | free |
擴展官網 | https://github.com/usharma7/JSONBeautifier |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JSONBeautifier", "description": "This extension allows user to easily delimit those pesky JSONs in Solr", "version": "0.67", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "contextMenus", "tabs", "*:\/\/*\/*" ], "background": { "scripts": [ "popup.js", "background.js", "selected.js" ], "persistent": true } } |