Git Patch Viewer

Git Patch Viewer

Cos'è Git Patch Viewer?

Git Patch Viewer è un'estensione di Chrome sviluppata da DENG Yi, e la sua funzione principale è "Git Patch Viewer".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Git Patch Viewer

Scarica i file di estensione Git Patch Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Git Patch Viewer Git Patch Viewer
ID hkoggakcdopbgnaeeidcmopfekipkleg
URL Ufficiale https://chromewebstore.google.com/detail/git-patch-viewer/hkoggakcdopbgnaeeidcmopfekipkleg
Descrizione Git Patch Viewer
Dimensione del File 18.64 KB
Conteggio Installazioni 3,539
Versione Corrente 1.8
Ultimo Aggiornamento 2015-12-23
Data di Pubblicazione 2015-12-23
Valutazione 4.49/5 Totale 37 Valutazioni
Sviluppatore DENG Yi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/daviddengcn/patch-ext
URL della Pagina di Aiuto https://github.com/daviddengcn/patch-ext/issues
Lingue Supportate 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
}