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…

Apa itu SourceViewer(zvSource)?

SourceViewer(zvSource) adalah ekstensi Chrome yang dikembangkan oleh https://www.zenoven.com, dan fitur utamanya adalah "View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SourceViewer(zvSource)

Unduh file ekstensi SourceViewer(zvSource) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama SourceViewer(zvSource) SourceViewer(zvSource)
ID ggkbiakmiljlbbfhjajlpjgckcjanbab
URL Resmi https://chromewebstore.google.com/detail/sourceviewerzvsource/ggkbiakmiljlbbfhjajlpjgckcjanbab
Deskripsi View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…
Ukuran File 738 KB
Jumlah Instalasi 2,489
Versi Saat Ini 1.1
Terakhir Diperbarui 2021-07-09
Tanggal Publikasi 2019-03-08
Penilaian 4.25/5 Total 4 Penilaian
Pengembang https://www.zenoven.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://github.com/zenoven/privacy-policy/blob/main/README.md
Bahasa yang Didukung 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"
    ]
}