JSON Viewer
The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen. Open source at https://goo.gl/fmphc7
JSON Viewerคืออะไร?
JSON Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tulios และคุณลักษณะหลักของมันคือ "The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen. Open source at https://goo.gl/fmphc7"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JSON Viewer
ดาวน์โหลดไฟล์ส่วนขยาย JSON Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It is a Chrome extension for printing JSON and JSONP. Notes: * This extension might crash with other JSON highlighters/formatters, you may need to disable them * To highlight local files and incognito tabs you have to manually enable these options on the extensions page * Sometimes when the plugin updates chrome leaves the old background process running and revokes some options, like the access to local files. When this happen just recheck the option that everything will work again * Works on local files (if you enable this in chrome://extensions) Features * Syntax highlighting * 27 built-in themes * Collapsible nodes * Clickable URLs (optional) * URL does not matter (the content is analysed to determine if its a JSON or not) * Inspect your json typing "json" in the console * Hot word `json-viewer` into omnibox (type `json-viewer` + TAB and paste your JSON into omnibox, hit ENTER and it will be highlighted) * Toggle button to view the raw/highlighted version * Works with numbers bigger than Number.MAX_VALUE * Option to show line numbers * Option to customize your theme * Option to customize the tab size * Option to configure a max JSON size to highlight * Option to collapse nodes from second level + Button to unfold all collapsed nodes * Option to include a header with timestamp + url * Option to allow the edition of the loaded JSON * Option to sort json by keys * Option for C-style braces and arrays * Scratch pad, a new area which you can type/paste JSON and format indefinitely using a button or key shortcut. To access type `json-viewer` + `TAB` + `scratch pad` ENTER This plugin is open source https://github.com/tulios Bugs and suggestions https://github.com/tulios/json-viewer/issues Contributors Thiago Pontes (@thiagopnts) @bluec0re @North101 Ben Hollander (@benhollander) Mehdi Bahrami (@mehdibahraami) Reimund Trost (@reimund) Ben van Enckevort (@benvan) License MIT License Any questions tweet me @tulios
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | JSON Viewer |
ID | gbmdgpbipfallnflgajpaliibnhdgobh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh |
คำอธิบาย | The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen. Open source at https://goo.gl/fmphc7 |
ขนาดไฟล์ | 310 KB |
จำนวนการติดตั้ง | 1,959,587 |
เวอร์ชันปัจจุบัน | 0.18.1 |
อัปเดตครั้งล่าสุด | 2020-12-23 |
วันที่เผยแพร่ | 2017-10-23 |
คะแนน | 4.54/5 รวมทั้งหมด 1055 คะแนน |
ผู้พัฒนา | tulios |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/tulios/json-viewer |
URL หน้าช่วยเหลือ | https://github.com/tulios/json-viewer/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Viewer", "version": "0.18.1", "manifest_version": 2, "author": "Tulio Ornelas |