Octoview

The missing preview feature for GitHub

What is Octoview?

Octoview is a Chrome extension developed by Rongjian Zhang, and its main feature is "The missing preview feature for GitHub".

Extension Screenshots

screenshot
screenshot

Download Octoview Extension CRX File

Download Octoview extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Preview files on GitHub.

Source code:

https://github.com/pd4d10/octoview                    

Extension Basic Information

Name Octoview Octoview
ID ekjhcbdeiniodnnilfihlnlnnpkhleel
Official URL https://chromewebstore.google.com/detail/octoview/ekjhcbdeiniodnnilfihlnlnnpkhleel
Description The missing preview feature for GitHub
File Size 646 KB
Installation Count 86
Current Version 1.0.0
Last Updated 2017-08-23
Publish Date 2017-08-22
Rating 5.00/5 Total 1 Ratings
Developer Rongjian Zhang
Email [email protected]
Payment Type free
Extension Website https://github.com/pd4d10/octoview
Help Page URL https://github.com/pd4d10/octoview
Supported Languages 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"
        }
    ]
}