Git Patch Viewer

Git Patch Viewer

What is Git Patch Viewer?

Git Patch Viewer is a Chrome extension developed by DENG Yi, and its main feature is "Git Patch Viewer".

Extension Screenshots

screenshot
screenshot

Download Git Patch Viewer Extension CRX File

Download Git Patch Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Git Patch Viewer Git Patch Viewer
ID hkoggakcdopbgnaeeidcmopfekipkleg
Official URL https://chromewebstore.google.com/detail/git-patch-viewer/hkoggakcdopbgnaeeidcmopfekipkleg
Description Git Patch Viewer
File Size 18.64 KB
Installation Count 3,539
Current Version 1.8
Last Updated 2015-12-23
Publish Date 2015-12-23
Rating 4.49/5 Total 37 Ratings
Developer DENG Yi
Email [email protected]
Payment Type free
Extension Website https://github.com/daviddengcn/patch-ext
Help Page URL https://github.com/daviddengcn/patch-ext/issues
Supported Languages 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
}