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 - это расширение Chrome, разработанное Alex Shats, и его основная функция - "Adds right click context menu to show selected text or hyperlink file content in Json Editor in new tab.".
Снимки экрана расширения
Скачать файл CRX расширения Json Viewer Editor
Скачайте файлы расширений 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 |
Официальный 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" } } |