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…

Wat is SourceViewer(zvSource)?

SourceViewer(zvSource) is een Chrome-extensie ontwikkeld door https://www.zenoven.com, en de belangrijkste functie is "View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SourceViewer(zvSource)

Download SourceViewer(zvSource)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam SourceViewer(zvSource) SourceViewer(zvSource)
ID ggkbiakmiljlbbfhjajlpjgckcjanbab
Officiële URL https://chromewebstore.google.com/detail/sourceviewerzvsource/ggkbiakmiljlbbfhjajlpjgckcjanbab
Beschrijving View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…
Bestandsgrootte 738 KB
Aantal Installaties 2,489
Huidige Versie 1.1
Laatst Bijgewerkt 2021-07-09
Publicatiedatum 2019-03-08
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.zenoven.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://github.com/zenoven/privacy-policy/blob/main/README.md
Ondersteunde Talen 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"
    ]
}