Json Viewer Editor

Adds right click context menu to show selected text or hyperlink file content in Json Editor in new tab.

O que é Json Viewer Editor?

Json Viewer Editor é uma extensão do Chrome desenvolvida por Alex Shats, e sua principal característica é "Adds right click context menu to show selected text or hyperlink file content in Json Editor in new tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Json Viewer Editor

Baixe arquivos de extensão Json Viewer Editor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Json Viewer Editor Json Viewer Editor
ID emlglgogdlkgaepogbphgkdlpdlchdgg
URL Oficial https://chromewebstore.google.com/detail/json-viewer-editor/emlglgogdlkgaepogbphgkdlpdlchdgg
Descrição Adds right click context menu to show selected text or hyperlink file content in Json Editor in new tab.
Tamanho do Arquivo 1.39 MB
Contagem de Instalações 1,273
Versão Atual 0.8.9
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor Alex Shats
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}