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…

¿Qué es SourceViewer(zvSource)?

SourceViewer(zvSource) es una extensión de Chrome desarrollada por https://www.zenoven.com, y su función principal es "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 Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión SourceViewer(zvSource)

Descarga archivos de extensión SourceViewer(zvSource) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre SourceViewer(zvSource) SourceViewer(zvSource)
ID ggkbiakmiljlbbfhjajlpjgckcjanbab
URL Oficial https://chromewebstore.google.com/detail/sourceviewerzvsource/ggkbiakmiljlbbfhjajlpjgckcjanbab
Descripción View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…
Tamaño del Archivo 738 KB
Cantidad de Instalaciones 2,489
Versión Actual 1.1
Última Actualización 2021-07-09
Fecha de Publicación 2019-03-08
Calificación 4.25/5 Total de 4 Calificaciones
Desarrollador https://www.zenoven.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://github.com/zenoven/privacy-policy/blob/main/README.md
Idiomas Soportados 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"
    ]
}