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…

Qu'est-ce que SourceViewer(zvSource) ?

SourceViewer(zvSource) est une extension Chrome développée par https://www.zenoven.com, et sa fonction principale est "View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SourceViewer(zvSource)

Téléchargez les fichiers d'extension SourceViewer(zvSource) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom SourceViewer(zvSource) SourceViewer(zvSource)
ID ggkbiakmiljlbbfhjajlpjgckcjanbab
URL Officiel https://chromewebstore.google.com/detail/sourceviewerzvsource/ggkbiakmiljlbbfhjajlpjgckcjanbab
Description View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…
Taille du Fichier 738 KB
Nombre d'Installations 2,489
Version Actuelle 1.1
Dernière Mise à Jour 2021-07-09
Date de Publication 2019-03-08
Évaluation 4.25/5 Total 4 Évaluations
Développeur https://www.zenoven.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://github.com/zenoven/privacy-policy/blob/main/README.md
Langues Prises en Charge 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"
    ]
}