News Feed for GitHub
GitHub news feed notifications directly in the browser
¿Qué es News Feed for GitHub?
News Feed for GitHub es una extensión de Chrome desarrollada por Julian Kühnel, y su función principal es "GitHub news feed notifications directly in the browser".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión News Feed for GitHub
Descarga archivos de extensión News Feed for GitHub en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This extension will notify you if something happens in your GitHub news feed.
Información Básica de la Extensión
Nombre | News Feed for GitHub |
ID | gbpajmknkcgjeinfbmfeiafhogbhgkjh |
URL Oficial | https://chromewebstore.google.com/detail/news-feed-for-github/gbpajmknkcgjeinfbmfeiafhogbhgkjh |
Descripción | GitHub news feed notifications directly in the browser |
Tamaño del Archivo | 48.81 KB |
Cantidad de Instalaciones | 51 |
Versión Actual | 1.2.1 |
Última Actualización | 2018-01-17 |
Fecha de Publicación | 2018-01-17 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Julian Kühnel |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/julmot/news-feed-for-github |
URL de la Página de Ayuda | https://github.com/julmot/news-feed-for-github/issues |
Idiomas Soportados | 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" ] } } |