Octoview

The missing preview feature for GitHub

Apa itu Octoview?

Octoview adalah ekstensi Chrome yang dikembangkan oleh Rongjian Zhang, dan fitur utamanya adalah "The missing preview feature for GitHub".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Octoview

Unduh file ekstensi Octoview 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

                        Preview files on GitHub.

Source code:

https://github.com/pd4d10/octoview                    

Informasi Dasar Ekstensi

Nama Octoview Octoview
ID ekjhcbdeiniodnnilfihlnlnnpkhleel
URL Resmi https://chromewebstore.google.com/detail/octoview/ekjhcbdeiniodnnilfihlnlnnpkhleel
Deskripsi The missing preview feature for GitHub
Ukuran File 646 KB
Jumlah Instalasi 86
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2017-08-23
Tanggal Publikasi 2017-08-22
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Rongjian Zhang
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/pd4d10/octoview
URL Halaman Bantuan https://github.com/pd4d10/octoview
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Octoview",
    "version": "1.0.0",
    "description": "The missing preview feature for GitHub",
    "homepage_url": "https:\/\/github.com\/pd4d10\/octoview",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "dist\/raven.js",
            "dist\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "dist\/raven.js",
                "dist\/contentscript.js"
            ],
            "run-at": "document_idle"
        }
    ]
}