Octoview

The missing preview feature for GitHub

Hvad er Octoview?

Octoview er en Chrome-udvidelse udviklet af Rongjian Zhang, og dens hovedfunktion er "The missing preview feature for GitHub".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Octoview-udvidelses-CRX-fil

Download Octoview-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Preview files on GitHub.

Source code:

https://github.com/pd4d10/octoview                    

Grundlæggende oplysninger om udvidelsen

Navn Octoview Octoview
ID ekjhcbdeiniodnnilfihlnlnnpkhleel
Officiel URL https://chromewebstore.google.com/detail/octoview/ekjhcbdeiniodnnilfihlnlnnpkhleel
Beskrivelse The missing preview feature for GitHub
Filstørrelse 646 KB
Antal Installationer 86
Nuværende Version 1.0.0
Senest Opdateret 2017-08-23
Udgivelsesdato 2017-08-22
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Rongjian Zhang
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/pd4d10/octoview
Hjælpeside-URL https://github.com/pd4d10/octoview
Understøttede Sprog 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"
        }
    ]
}