Follow GitHub Organization
Follow GitHub organizations and get activities on new repositories in your feed
Apa itu Follow GitHub Organization?
Follow GitHub Organization adalah ekstensi Chrome yang dikembangkan oleh https://followgithub.org, dan fitur utamanya adalah "Follow GitHub organizations and get activities on new repositories in your feed".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Follow GitHub Organization
Unduh file ekstensi Follow GitHub Organization 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
Browser extension that lets you follow GitHub organizations like normal user accounts. It shows the activities happening in the followed organization accounts in the main GitHub feed. --- It's not affiliated with GitHub.
Informasi Dasar Ekstensi
Nama | Follow GitHub Organization |
ID | nihhgppianmnaaomafdoemomnnpdnfjn |
URL Resmi | https://chromewebstore.google.com/detail/follow-github-organizatio/nihhgppianmnaaomafdoemomnnpdnfjn |
Deskripsi | Follow GitHub organizations and get activities on new repositories in your feed |
Ukuran File | 99.17 KB |
Jumlah Instalasi | 55 |
Versi Saat Ini | 0.0.12 |
Terakhir Diperbarui | 2019-08-28 |
Tanggal Publikasi | 2019-08-28 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://followgithub.org |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Follow GitHub Organization", "version": "0.0.12", "description": "Follow GitHub organizations and get activities on new repositories in your feed", "permissions": [ "https:\/\/api.followgithub.org\/*", "storage" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": [], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "js\/index.js" ], "run_at": "document_end" } ] } |