GitHub News Feed

Shows a tooltip with your unread news feed from GitHub

Vad är GitHub News Feed?

GitHub News Feed är en Chrome-tillägg utvecklad av https://wenzhixin.net.cn, och dess huvudfunktion är "Shows a tooltip with your unread news feed from GitHub".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner GitHub News Feed-förlängningens CRX-fil

Ladda ner GitHub News Feed-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

                        Shows a tooltip with your unread news feed from GitHub.

GitHub repo: https://github.com/wenzhixin/github-news-feed.                    

Grundläggande Information om Tillägg

Namn GitHub News Feed GitHub News Feed
ID hnmpkklbfneambgbmkcmcjgcmimpgkkl
Officiell webbadress https://chromewebstore.google.com/detail/github-news-feed/hnmpkklbfneambgbmkcmcjgcmimpgkkl
Beskrivning Shows a tooltip with your unread news feed from GitHub
Filstorlek 175 KB
Antal Installationer 29
Aktuell Version 1.2.0
Senast Uppdaterad 2017-12-25
Publiceringsdatum 2017-12-25
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare https://wenzhixin.net.cn
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/wenzhixin/github-news-feed
Hjälpsida URL https://github.com/wenzhixin/github-news-feed/issues
Stödda Språk 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\/"
    ]
}