Git Patch Viewer

Git Patch Viewer

Git Patch Viewer क्या है?

Git Patch Viewer DENG Yi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Git Patch Viewer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Git Patch Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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
}