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
公式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
Eメール [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"
    ]
}