Gitter Helper for GitHub

This extension makes it easy to see if a GitHub project has a Gitter room.

Gitter Helper for GitHubとは何ですか?

Gitter Helper for GitHubはSimeon Vincentによって開発されたChromeの拡張機能で、その主な機能は「This extension makes it easy to see if a GitHub project has a Gitter room.」です。

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

screenshot
screenshot

Gitter Helper for GitHub拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        BETA! This extension is in development. Please report bugs on:
https://github.com/svincent/gitter-chrome/issues

This extension makes it easy to see if there's a Gitter chat room for a project while browsing GitHub. If the project has a room, a Gitter icon will appear in the omnibox. Clicking this icon will open the Gitter room in a new tab.                    

拡張機能の基本情報

名前 Gitter Helper for GitHub Gitter Helper for GitHub
ID apahfabdianobklhejoojcpmoegaolpi
公式URL https://chromewebstore.google.com/detail/gitter-helper-for-github/apahfabdianobklhejoojcpmoegaolpi
説明 This extension makes it easy to see if a GitHub project has a Gitter room.
ファイルサイズ 7.32 KB
インストール数 98
現在のバージョン 1.0.4
最終更新日 2015-03-25
公開日 2015-03-24
開発者 Simeon Vincent
支払い方法 free
拡張機能のウェブサイト https://github.com/svincent/gitter-chrome
ヘルプページのURL https://github.com/svincent/gitter-chrome/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gitter Helper for GitHub",
    "short_name": "GitterHelper",
    "description": "This extension makes it easy to see if a GitHub project has a Gitter room.",
    "version": "1.0.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Open Gitter room"
    },
    "permissions": [
        "tabs"
    ]
}