News Feed for GitHub
GitHub news feed notifications directly in the browser
Cos'è News Feed for GitHub?
News Feed for GitHub è un'estensione di Chrome sviluppata da Julian Kühnel, e la sua funzione principale è "GitHub news feed notifications directly in the browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione News Feed for GitHub
Scarica i file di estensione News Feed for GitHub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension will notify you if something happens in your GitHub news feed.
Informazioni di Base sull'Estensione
Nome | News Feed for GitHub |
ID | gbpajmknkcgjeinfbmfeiafhogbhgkjh |
URL Ufficiale | https://chromewebstore.google.com/detail/news-feed-for-github/gbpajmknkcgjeinfbmfeiafhogbhgkjh |
Descrizione | GitHub news feed notifications directly in the browser |
Dimensione del File | 48.81 KB |
Conteggio Installazioni | 51 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2018-01-17 |
Data di Pubblicazione | 2018-01-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Julian Kühnel |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/julmot/news-feed-for-github |
URL della Pagina di Aiuto | https://github.com/julmot/news-feed-for-github/issues |
Lingue Supportate | 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" ] } } |