Git Patch Viewer

Git Patch Viewer

Qu'est-ce que Git Patch Viewer ?

Git Patch Viewer est une extension Chrome développée par DENG Yi, et sa fonction principale est "Git Patch Viewer".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Git Patch Viewer

Téléchargez les fichiers d'extension Git Patch Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Git Patch Viewer Git Patch Viewer
ID hkoggakcdopbgnaeeidcmopfekipkleg
URL Officiel https://chromewebstore.google.com/detail/git-patch-viewer/hkoggakcdopbgnaeeidcmopfekipkleg
Description Git Patch Viewer
Taille du Fichier 18.64 KB
Nombre d'Installations 3,539
Version Actuelle 1.8
Dernière Mise à Jour 2015-12-23
Date de Publication 2015-12-23
Évaluation 4.49/5 Total 37 Évaluations
Développeur DENG Yi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/daviddengcn/patch-ext
URL de la Page d'Aide https://github.com/daviddengcn/patch-ext/issues
Langues Prises en Charge 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
}