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은(는) Alex Shats에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds right click context menu to show selected text or hyperlink file content in Json Editor in new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Json Viewer Editor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}