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.”。
擴展截圖
下載Json Viewer Editor擴展crx文件
下載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 |
ID | emlglgogdlkgaepogbphgkdlpdlchdgg |
官方網址 | 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" } } |