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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds right click context menu to show selected text or hyperlink file content in Json Editor in new tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Json Viewer Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |