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 |
| 官方網址 | 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"
]
} | |