Git Patch Viewer

Git Patch Viewer

Git Patch Viewerとは何ですか?

Git Patch ViewerはDENG Yiによって開発されたChromeの拡張機能で、その主な機能は「Git Patch Viewer」です。

拡張機能のスクリーンショット

screenshot
screenshot

Git Patch Viewer拡張機能のCRXファイルをダウンロード

Git Patch Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Git Patch Viewer.

Click on icon to render current page or revert to raw.

Set URL patterns in options page for auto rendering.

Source code: https://github.com/daviddengcn/patch-ext                    

拡張機能の基本情報

名前 Git Patch Viewer Git Patch Viewer
ID hkoggakcdopbgnaeeidcmopfekipkleg
公式URL https://chromewebstore.google.com/detail/git-patch-viewer/hkoggakcdopbgnaeeidcmopfekipkleg
説明 Git Patch Viewer
ファイルサイズ 18.64 KB
インストール数 3,539
現在のバージョン 1.8
最終更新日 2015-12-23
公開日 2015-12-23
評価 4.49/5 合計 37 レビュー
開発者 DENG Yi
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/daviddengcn/patch-ext
ヘルプページのURL https://github.com/daviddengcn/patch-ext/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Git Patch Viewer",
    "short_name": "GPV",
    "description": "Git Patch Viewer",
    "permissions": [
        "",
        "tabs"
    ],
    "icons": {
        "48": "patch-ext-48x48.png",
        "128": "patch-ext-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "patch-ext-48x48.png"
    },
    "version": "1.8",
    "manifest_version": 2
}