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 là gì?

Json Viewer Editor là một tiện ích mở rộng Chrome được phát triển bởi Alex Shats, và tính năng chính của nó là "Adds right click context menu to show selected text or hyperlink file content in Json Editor in new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Json Viewer Editor

Tải xuống các tệp mở rộng Json Viewer Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Json Viewer Editor Json Viewer Editor
ID emlglgogdlkgaepogbphgkdlpdlchdgg
URL Chính Thức https://chromewebstore.google.com/detail/json-viewer-editor/emlglgogdlkgaepogbphgkdlpdlchdgg
Mô tả Adds right click context menu to show selected text or hyperlink file content in Json Editor in new tab.
Kích Thước Tệp 1.39 MB
Số Lần Cài Đặt 1,273
Phiên Bản Hiện Tại 0.8.9
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Alex Shats
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}