SourceViewer(zvSource)

View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…

O que é SourceViewer(zvSource)?

SourceViewer(zvSource) é uma extensão do Chrome desenvolvida por https://www.zenoven.com, e sua principal característica é "View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SourceViewer(zvSource)

Baixe arquivos de extensão SourceViewer(zvSource) 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

                        With zvSource SourceViewer you can view the original webpage source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current line and more features

Features:
1.View the original source code in the current tab,real source code
2.Syntax highlight,linenumber
3.highlight current line                    

Informações Básicas da Extensão

Nome SourceViewer(zvSource) SourceViewer(zvSource)
ID ggkbiakmiljlbbfhjajlpjgckcjanbab
URL Oficial https://chromewebstore.google.com/detail/sourceviewerzvsource/ggkbiakmiljlbbfhjajlpjgckcjanbab
Descrição View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…
Tamanho do Arquivo 738 KB
Contagem de Instalações 2,489
Versão Atual 1.1
Última Atualização 2021-07-09
Data de Publicação 2019-03-08
Classificação 4.25/5 Total de 4 Avaliações
Desenvolvedor https://www.zenoven.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://github.com/zenoven/privacy-policy/blob/main/README.md
Idiomas Suportados en,en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 2,
    "version": "1.1",
    "description": "__MSG_extDescription__",
    "default_locale": "zh_CN",
    "browser_action": {
        "default_icon": "images\/16.png"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/loading.gif",
        "images\/error.png"
    ]
}