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)是由https://www.zenoven.com開發的Chrome擴展程式,該擴展的主要功能是“View the original source code in the current tab with a popup rather than in a new tab,code highlight,linenumber,highlight current…”。

擴展截圖

screenshot

下載SourceViewer(zvSource)擴展crx文件

下載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
官方網址 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"
    ]
}