Gitter Helper for GitHub
This extension makes it easy to see if a GitHub project has a Gitter room.
Gitter Helper for GitHub là gì?
Gitter Helper for GitHub là một tiện ích mở rộng Chrome được phát triển bởi Simeon Vincent, và tính năng chính của nó là "This extension makes it easy to see if a GitHub project has a Gitter room.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Gitter Helper for GitHub
Tải xuống các tệp mở rộng Gitter Helper for GitHub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Gitter Helper for GitHub |
ID | apahfabdianobklhejoojcpmoegaolpi |
URL Chính Thức | https://chromewebstore.google.com/detail/gitter-helper-for-github/apahfabdianobklhejoojcpmoegaolpi |
Mô tả | This extension makes it easy to see if a GitHub project has a Gitter room. |
Kích Thước Tệp | 7.32 KB |
Số Lần Cài Đặt | 98 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2015-03-25 |
Ngày Phát Hành | 2015-03-24 |
Nhà Phát Triển | Simeon Vincent |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/svincent/gitter-chrome |
URL Trang Trợ Giúp | https://github.com/svincent/gitter-chrome/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |