News Feed for GitHub
GitHub news feed notifications directly in the browser
Vad är News Feed for GitHub?
News Feed for GitHub är en Chrome-tillägg utvecklad av Julian Kühnel, och dess huvudfunktion är "GitHub news feed notifications directly in the browser".
Tilläggsskärmbilder
Ladda ner News Feed for GitHub-förlängningens CRX-fil
Ladda ner News Feed for GitHub-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension will notify you if something happens in your GitHub news feed. Grundläggande Information om Tillägg
| Namn | |
| ID | gbpajmknkcgjeinfbmfeiafhogbhgkjh |
| Officiell webbadress | https://chromewebstore.google.com/detail/news-feed-for-github/gbpajmknkcgjeinfbmfeiafhogbhgkjh |
| Beskrivning | GitHub news feed notifications directly in the browser |
| Filstorlek | 48.81 KB |
| Antal Installationer | 51 |
| Aktuell Version | 1.2.1 |
| Senast Uppdaterad | 2018-01-17 |
| Publiceringsdatum | 2018-01-17 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Julian Kühnel |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/julmot/news-feed-for-github |
| Hjälpsida URL | https://github.com/julmot/news-feed-for-github/issues |
| Stödda Språk | 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"
]
}
} | |