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…

Cos'è SourceViewer(zvSource)?

SourceViewer(zvSource) è un'estensione di Chrome sviluppata da https://www.zenoven.com, e la sua funzione principale è "View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SourceViewer(zvSource)

Scarica i file di estensione SourceViewer(zvSource) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome SourceViewer(zvSource) SourceViewer(zvSource)
ID ggkbiakmiljlbbfhjajlpjgckcjanbab
URL Ufficiale https://chromewebstore.google.com/detail/sourceviewerzvsource/ggkbiakmiljlbbfhjajlpjgckcjanbab
Descrizione View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…
Dimensione del File 738 KB
Conteggio Installazioni 2,489
Versione Corrente 1.1
Ultimo Aggiornamento 2021-07-09
Data di Pubblicazione 2019-03-08
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore https://www.zenoven.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://github.com/zenoven/privacy-policy/blob/main/README.md
Lingue Supportate 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"
    ]
}