GitHub News Feed
Shows a tooltip with your unread news feed from GitHub
Hvad er GitHub News Feed?
GitHub News Feed er en Chrome-udvidelse udviklet af https://wenzhixin.net.cn, og dens hovedfunktion er "Shows a tooltip with your unread news feed from GitHub".
Udvidelsesskærmbilleder
Download GitHub News Feed-udvidelses-CRX-fil
Download GitHub News Feed-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Shows a tooltip with your unread news feed from GitHub.
GitHub repo: https://github.com/wenzhixin/github-news-feed. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hnmpkklbfneambgbmkcmcjgcmimpgkkl |
| Officiel URL | https://chromewebstore.google.com/detail/github-news-feed/hnmpkklbfneambgbmkcmcjgcmimpgkkl |
| Beskrivelse | Shows a tooltip with your unread news feed from GitHub |
| Filstørrelse | 175 KB |
| Antal Installationer | 29 |
| Nuværende Version | 1.2.0 |
| Senest Opdateret | 2017-12-25 |
| Udgivelsesdato | 2017-12-25 |
| Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
| Udvikler | https://wenzhixin.net.cn |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/wenzhixin/github-news-feed |
| Hjælpeside-URL | https://github.com/wenzhixin/github-news-feed/issues |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GitHub News Feed",
"description": "Shows a tooltip with your unread news feed from GitHub",
"version": "1.2.0",
"manifest_version": 2,
"icons": {
"128": "logo.png"
},
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html"
},
"permissions": [
"https:\/\/github.com\/"
]
} | |