github-chat

Chat within GitHub

github-chatとは何ですか?

github-chatはIndie Goodiesによって開発されたChromeの拡張機能で、その主な機能は「Chat within GitHub」です。

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

screenshot

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

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

拡張機能の使用方法

                        - Chat within GitHub                    

拡張機能の基本情報

名前 github-chat github-chat
ID fkkkglfjngejhnmjhhpahenlligojapa
公式URL https://chromewebstore.google.com/detail/github-chat/fkkkglfjngejhnmjhhpahenlligojapa
説明 Chat within GitHub
ファイルサイズ 11.17 KB
インストール数 21
現在のバージョン 1.0.0
最終更新日 2017-07-28
公開日 2017-07-28
開発者 Indie Goodies
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://indiegoodies.com/chrome-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "github-chat",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Chat within GitHub",
    "icons": {
        "16": "images\/16.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "scripts\/content.js",
                "scripts\/iframe.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/github.com\/*"
    ],
    "content_security_policy": "frame-src 'self' https:\/\/embed.tlk.io; default-src 'self' https:\/\/embed.tlk.io\/",
    "web_accessible_resources": [
        "iframe.html",
        "scripts\/iframe.js"
    ]
}