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…

Was ist SourceViewer(zvSource)?

SourceViewer(zvSource) ist eine Chrome-Erweiterung, die von https://www.zenoven.com entwickelt wurde, und ihr Hauptmerkmal ist "View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…".

Erweiterungsscreenshots

screenshot

SourceViewer(zvSource)-Erweiterungs-CRX-Datei herunterladen

Laden Sie SourceViewer(zvSource)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name SourceViewer(zvSource) SourceViewer(zvSource)
ID ggkbiakmiljlbbfhjajlpjgckcjanbab
Offizielle URL https://chromewebstore.google.com/detail/sourceviewerzvsource/ggkbiakmiljlbbfhjajlpjgckcjanbab
Beschreibung View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…
Dateigröße 738 KB
Installationsanzahl 2,489
Aktuelle Version 1.1
Letztes Update 2021-07-09
Veröffentlichungsdatum 2019-03-08
Bewertung 4.25/5 Insgesamt 4 Bewertungen
Entwickler https://www.zenoven.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://github.com/zenoven/privacy-policy/blob/main/README.md
Unterstützte Sprachen 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"
    ]
}