Json Viewer Editor
Adds right click context menu to show selected text or hyperlink file content in Json Editor in new tab.
Qu'est-ce que Json Viewer Editor ?
Json Viewer Editor est une extension Chrome développée par Alex Shats, et sa fonction principale est "Adds right click context menu to show selected text or hyperlink file content in Json Editor in new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Json Viewer Editor
Téléchargez les fichiers d'extension Json Viewer Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Json Viewer Editor |
ID | emlglgogdlkgaepogbphgkdlpdlchdgg |
URL Officiel | https://chromewebstore.google.com/detail/json-viewer-editor/emlglgogdlkgaepogbphgkdlpdlchdgg |
Description | Adds right click context menu to show selected text or hyperlink file content in Json Editor in new tab. |
Taille du Fichier | 1.39 MB |
Nombre d'Installations | 1,273 |
Version Actuelle | 0.8.9 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | Alex Shats |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |