Octoview

The missing preview feature for GitHub

Octoviewとは何ですか?

OctoviewはRongjian Zhangによって開発されたChromeの拡張機能で、その主な機能は「The missing preview feature for GitHub」です。

拡張機能のスクリーンショット

screenshot
screenshot

Octoview拡張機能のCRXファイルをダウンロード

Octoview拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Preview files on GitHub.

Source code:

https://github.com/pd4d10/octoview                    

拡張機能の基本情報

名前 Octoview Octoview
ID ekjhcbdeiniodnnilfihlnlnnpkhleel
公式URL https://chromewebstore.google.com/detail/octoview/ekjhcbdeiniodnnilfihlnlnnpkhleel
説明 The missing preview feature for GitHub
ファイルサイズ 646 KB
インストール数 86
現在のバージョン 1.0.0
最終更新日 2017-08-23
公開日 2017-08-22
評価 5.00/5 合計 1 レビュー
開発者 Rongjian Zhang
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/pd4d10/octoview
ヘルプページのURL https://github.com/pd4d10/octoview
対応言語 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"
        }
    ]
}