News Feed for GitHub
GitHub news feed notifications directly in the browser
Apa itu News Feed for GitHub?
News Feed for GitHub adalah ekstensi Chrome yang dikembangkan oleh Julian Kühnel, dan fitur utamanya adalah "GitHub news feed notifications directly in the browser".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi News Feed for GitHub
Unduh file ekstensi News Feed 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
This extension will notify you if something happens in your GitHub news feed.
Informasi Dasar Ekstensi
Nama | News Feed for GitHub |
ID | gbpajmknkcgjeinfbmfeiafhogbhgkjh |
URL Resmi | https://chromewebstore.google.com/detail/news-feed-for-github/gbpajmknkcgjeinfbmfeiafhogbhgkjh |
Deskripsi | GitHub news feed notifications directly in the browser |
Ukuran File | 48.81 KB |
Jumlah Instalasi | 51 |
Versi Saat Ini | 1.2.1 |
Terakhir Diperbarui | 2018-01-17 |
Tanggal Publikasi | 2018-01-17 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Julian Kühnel |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/julmot/news-feed-for-github |
URL Halaman Bantuan | https://github.com/julmot/news-feed-for-github/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "News Feed for GitHub", "description": "GitHub news feed notifications directly in the browser", "version": "1.2.1", "homepage_url": "https:\/\/github.com\/julmot\/news-feed-for-github", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "minimum_chrome_version": "42", "offline_enabled": false, "browser_action": { "default_icon": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "default_title": "News Feed for GitHub", "browser_style": false }, "permissions": [ "https:\/\/*.github.com\/*", "https:\/\/*.githubusercontent.com\/*", "notifications", "tabs" ], "background": { "scripts": [ "vendor\/xmlToJSON.js\/lib\/xmlToJSON.js", "scripts\/NewsFeed.js", "scripts\/NewsFeedChecker.js", "scripts\/NewsFeedTransmitter.js", "scripts\/bootstrap.js" ] } } |