JSON Inspector - Explore your JSON files

JSON Inspector allows you to parse and explore your JSON files with ease in your browser

JSON Inspector - Explore your JSON filesคืออะไร?

JSON Inspector - Explore your JSON files เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MUJO LLC และคุณลักษณะหลักของมันคือ "JSON Inspector allows you to parse and explore your JSON files with ease in your browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JSON Inspector - Explore your JSON files

ดาวน์โหลดไฟล์ส่วนขยาย JSON Inspector - Explore your JSON files ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        JSON inspector is a modern take on a JSON explorer. This allows you to view the data in the same way you would view data in you dev-tools.  

There is a few new concepts:

- Get out of the way unless needed, older plugin immediately formatted JSON. This plugin keeps the page how it is to allow for easy copy paste.
- Inspect in different context, just like how you inspect in html in a different  window. With this plugin we open a modal with the content inside of it to leave the original content alone while having a context to inspect.
- We are also open source!

https://github.com/mujo-code/json-inspector                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ JSON Inspector - Explore your JSON files JSON Inspector - Explore your JSON files
ID ddjdpbdnpfkdacbbeppjhkfehopmobeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/json-inspector-explore-yo/ddjdpbdnpfkdacbbeppjhkfehopmobeg
คำอธิบาย JSON Inspector allows you to parse and explore your JSON files with ease in your browser
ขนาดไฟล์ 268 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-07-18
วันที่เผยแพร่ 2021-07-18
ผู้พัฒนา MUJO LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mujo-code/json-inspector
URL หน้านโยบายความเป็นส่วนตัว https://getmujo.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.0",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "192": "icons\/icon-192.png",
        "512": "icons\/icon-512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "minimum_chrome_version": "88"
}