Octopull

Octopull is a tool that extends GitHub pull-requests with additional static analysis results.

Wat is Octopull?

Octopull is een Chrome-extensie ontwikkeld door http://rmhartog.me, en de belangrijkste functie is "Octopull is a tool that extends GitHub pull-requests with additional static analysis results.".

Download het CRX-bestand van de extensie Octopull

Download Octopull-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Octopull is a tool that extends GitHub pull-requests with additional static analysis results.                    

Basisinformatie over de Extensie

Naam Octopull Octopull
ID pnpjfmionfckocmegdmijflakfoigjmk
Officiële URL https://chrome.google.com/webstore/detail/octopull/pnpjfmionfckocmegdmijflakfoigjmk
Beschrijving Octopull is a tool that extends GitHub pull-requests with additional static analysis results.
Bestandsgrootte 169 KB
Aantal Installaties 14
Huidige Versie 1.2.2
Laatst Bijgewerkt 2015-08-31
Publicatiedatum 2015-08-31
Ontwikkelaar http://rmhartog.me
Betalingswijze free
Extensiewebsite https://octopull.rmhartog.me/
Help Pagina-URL https://octopull.rmhartog.me/
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Octopull",
    "version": "1.2.2",
    "manifest_version": 2,
    "author": "Reinier Hartog",
    "permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/octopull.rmhartog.me\/*",
        "storage"
    ],
    "optional_permissions": [
        ""
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                "octopull.css"
            ],
            "js": [
                "octopull.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/octopull.rmhartog.me\/*"
            ],
            "css": [
                "extension_installed.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "templates\/*.html"
    ]
}