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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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"
]
} | |