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…

Co je SourceViewer(zvSource)?

SourceViewer(zvSource) je rozšíření Chrome vyvinuté https://www.zenoven.com, a jeho hlavní funkcí je „View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SourceViewer(zvSource)

Stáhněte si soubory rozšíření SourceViewer(zvSource) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název SourceViewer(zvSource) SourceViewer(zvSource)
ID ggkbiakmiljlbbfhjajlpjgckcjanbab
Oficiální URL https://chromewebstore.google.com/detail/sourceviewerzvsource/ggkbiakmiljlbbfhjajlpjgckcjanbab
Popis View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…
Velikost souboru 738 KB
Počet instalací 2,489
Aktuální Verze 1.1
Poslední Aktualizace 2021-07-09
Datum Vydání 2019-03-08
Hodnocení 4.25/5 Celkem 4 Hodnocení
Vývojář https://www.zenoven.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://github.com/zenoven/privacy-policy/blob/main/README.md
Podporované Jazyky 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"
    ]
}