github-chat

Chat within GitHub

What is github-chat?

github-chat is a Chrome extension developed by Indie Goodies, and its main feature is "Chat within GitHub".

Extension Screenshots

screenshot

Download github-chat Extension CRX File

Download github-chat 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

                        - Chat within GitHub                    

Extension Basic Information

Name github-chat github-chat
ID fkkkglfjngejhnmjhhpahenlligojapa
Official URL https://chromewebstore.google.com/detail/github-chat/fkkkglfjngejhnmjhhpahenlligojapa
Description Chat within GitHub
File Size 11.17 KB
Installation Count 21
Current Version 1.0.0
Last Updated 2017-07-28
Publish Date 2017-07-28
Developer Indie Goodies
Email [email protected]
Payment Type free
Privacy Policy Page URL https://indiegoodies.com/chrome-extension
Supported Languages 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"
    ]
}