Git Patch Viewer

Git Patch Viewer

¿Qué es Git Patch Viewer?

Git Patch Viewer es una extensión de Chrome desarrollada por DENG Yi, y su función principal es "Git Patch Viewer".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Git Patch Viewer

Descarga archivos de extensión Git Patch Viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Git Patch Viewer Git Patch Viewer
ID hkoggakcdopbgnaeeidcmopfekipkleg
URL Oficial https://chromewebstore.google.com/detail/git-patch-viewer/hkoggakcdopbgnaeeidcmopfekipkleg
Descripción Git Patch Viewer
Tamaño del Archivo 18.64 KB
Cantidad de Instalaciones 3,539
Versión Actual 1.8
Última Actualización 2015-12-23
Fecha de Publicación 2015-12-23
Calificación 4.49/5 Total de 37 Calificaciones
Desarrollador DENG Yi
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/daviddengcn/patch-ext
URL de la Página de Ayuda https://github.com/daviddengcn/patch-ext/issues
Idiomas Soportados 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
}