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 to jest SourceViewer(zvSource)?

SourceViewer(zvSource) to rozszerzenie Chrome opracowane przez https://www.zenoven.com, a jego główną funkcją jest „View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SourceViewer(zvSource)

Pobierz pliki rozszerzeń SourceViewer(zvSource) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa SourceViewer(zvSource) SourceViewer(zvSource)
ID ggkbiakmiljlbbfhjajlpjgckcjanbab
Oficjalny URL https://chromewebstore.google.com/detail/sourceviewerzvsource/ggkbiakmiljlbbfhjajlpjgckcjanbab
Opis View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…
Rozmiar pliku 738 KB
Liczba instalacji 2,489
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-07-09
Data Publikacji 2019-03-08
Ocena 4.25/5 Łącznie 4 Oceny
Deweloper https://www.zenoven.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://github.com/zenoven/privacy-policy/blob/main/README.md
Obsługiwane Języki 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"
    ]
}