Octopull

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

Apa itu Octopull?

Octopull adalah ekstensi Chrome yang dikembangkan oleh http://rmhartog.me, dan fitur utamanya adalah "Octopull is a tool that extends GitHub pull-requests with additional static analysis results.".

Unduh Berkas CRX Ekstensi Octopull

Unduh file ekstensi Octopull dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Octopull Octopull
ID pnpjfmionfckocmegdmijflakfoigjmk
URL Resmi https://chrome.google.com/webstore/detail/octopull/pnpjfmionfckocmegdmijflakfoigjmk
Deskripsi Octopull is a tool that extends GitHub pull-requests with additional static analysis results.
Ukuran File 169 KB
Jumlah Instalasi 14
Versi Saat Ini 1.2.2
Terakhir Diperbarui 2015-08-31
Tanggal Publikasi 2015-08-31
Pengembang http://rmhartog.me
Tipe Pembayaran free
Situs Ekstensi https://octopull.rmhartog.me/
URL Halaman Bantuan https://octopull.rmhartog.me/
Bahasa yang Didukung 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"
    ]
}