Gitter Helper for GitHub
This extension makes it easy to see if a GitHub project has a Gitter room.
What is Gitter Helper for GitHub?
Gitter Helper for GitHub is a Chrome extension developed by Simeon Vincent, and its main feature is "This extension makes it easy to see if a GitHub project has a Gitter room.".
Extension Screenshots
Download Gitter Helper for GitHub Extension CRX File
Download Gitter Helper for GitHub 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
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.
Extension Basic Information
Name | Gitter Helper for GitHub |
ID | apahfabdianobklhejoojcpmoegaolpi |
Official URL | https://chromewebstore.google.com/detail/gitter-helper-for-github/apahfabdianobklhejoojcpmoegaolpi |
Description | This extension makes it easy to see if a GitHub project has a Gitter room. |
File Size | 7.32 KB |
Installation Count | 98 |
Current Version | 1.0.4 |
Last Updated | 2015-03-25 |
Publish Date | 2015-03-24 |
Developer | Simeon Vincent |
Payment Type | free |
Extension Website | https://github.com/svincent/gitter-chrome |
Help Page URL | https://github.com/svincent/gitter-chrome/issues |
Supported Languages | 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" ] } |