Gitter Helper for GitHub
This extension makes it easy to see if a GitHub project has a Gitter room.
Apa itu Gitter Helper for GitHub?
Gitter Helper for GitHub adalah ekstensi Chrome yang dikembangkan oleh Simeon Vincent, dan fitur utamanya adalah "This extension makes it easy to see if a GitHub project has a Gitter room.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Gitter Helper for GitHub
Unduh file ekstensi Gitter Helper for GitHub dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Gitter Helper for GitHub |
ID | apahfabdianobklhejoojcpmoegaolpi |
URL Resmi | https://chromewebstore.google.com/detail/gitter-helper-for-github/apahfabdianobklhejoojcpmoegaolpi |
Deskripsi | This extension makes it easy to see if a GitHub project has a Gitter room. |
Ukuran File | 7.32 KB |
Jumlah Instalasi | 98 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2015-03-25 |
Tanggal Publikasi | 2015-03-24 |
Pengembang | Simeon Vincent |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/svincent/gitter-chrome |
URL Halaman Bantuan | https://github.com/svincent/gitter-chrome/issues |
Bahasa yang Didukung | 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" ] } |