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…

Hvad er SourceViewer(zvSource)?

SourceViewer(zvSource) er en Chrome-udvidelse udviklet af https://www.zenoven.com, og dens hovedfunktion er "View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…".

Udvidelsesskærmbilleder

screenshot

Download SourceViewer(zvSource)-udvidelses-CRX-fil

Download SourceViewer(zvSource)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn SourceViewer(zvSource) SourceViewer(zvSource)
ID ggkbiakmiljlbbfhjajlpjgckcjanbab
Officiel URL https://chromewebstore.google.com/detail/sourceviewerzvsource/ggkbiakmiljlbbfhjajlpjgckcjanbab
Beskrivelse View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…
Filstørrelse 738 KB
Antal Installationer 2,489
Nuværende Version 1.1
Senest Opdateret 2021-07-09
Udgivelsesdato 2019-03-08
Bedømmelse 4.25/5 Samlet 4 Bedømmelser
Udvikler https://www.zenoven.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://github.com/zenoven/privacy-policy/blob/main/README.md
Understøttede Sprog 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"
    ]
}