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…

Τι είναι το SourceViewer(zvSource);

Το SourceViewer(zvSource) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.zenoven.com, και η κύρια λειτουργία του είναι "View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης SourceViewer(zvSource)

Λήψη αρχείων επέκτασης SourceViewer(zvSource) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SourceViewer(zvSource) SourceViewer(zvSource)
ID ggkbiakmiljlbbfhjajlpjgckcjanbab
Επίσημο URL https://chromewebstore.google.com/detail/sourceviewerzvsource/ggkbiakmiljlbbfhjajlpjgckcjanbab
Περιγραφή View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…
Μέγεθος Αρχείου 738 KB
Αριθμός Εγκαταστάσεων 2,489
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2021-07-09
Ημερομηνία Δημοσίευσης 2019-03-08
Αξιολόγηση 4.25/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://www.zenoven.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://github.com/zenoven/privacy-policy/blob/main/README.md
Υποστηριζόμενες Γλώσσες 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"
    ]
}