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
官方網址 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
電子郵箱 [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
}