Json Viewer Editor

Adds right click context menu to show selected text or hyperlink file content in Json Editor in new tab.

Json Viewer Editorคืออะไร?

Json Viewer Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Shats และคุณลักษณะหลักของมันคือ "Adds right click context menu to show selected text or hyperlink file content in Json Editor in new tab."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Json Viewer Editor

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

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

                        1. Adds right click context menu "Show Json" on selected text which shows selected text in local json editor(in new tab).

2. Adds right click context menu "Show Json" on hyperlinks which shows linked file content in local json editor(in new tab).
To enable this feature, please go to chrome://extensions,click on Details button of the extension and switch ON "Allow access to file URLs". 

Note,feature 2 requires permission "Manage your downloads" to launch file download.                    

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

ชื่อ Json Viewer Editor Json Viewer Editor
ID emlglgogdlkgaepogbphgkdlpdlchdgg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/json-viewer-editor/emlglgogdlkgaepogbphgkdlpdlchdgg
คำอธิบาย Adds right click context menu to show selected text or hyperlink file content in Json Editor in new tab.
ขนาดไฟล์ 1.39 MB
จำนวนการติดตั้ง 1,273
เวอร์ชันปัจจุบัน 0.8.9
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Alex Shats
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Json Viewer Editor",
    "short_name": "Json Viewer Editor",
    "description": "Adds right click context menu to show selected text or hyperlink file content in Json Editor in new tab.",
    "version": "0.8.9",
    "minimum_chrome_version": "38",
    "permissions": [
        "contextMenus",
        "downloads",
        "file:\/\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}