GitHub News Feed

Shows a tooltip with your unread news feed from GitHub

Cos'è GitHub News Feed?

GitHub News Feed è un'estensione di Chrome sviluppata da https://wenzhixin.net.cn, e la sua funzione principale è "Shows a tooltip with your unread news feed from GitHub".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GitHub News Feed

Scarica i file di estensione GitHub News Feed 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

                        Shows a tooltip with your unread news feed from GitHub.

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

Informazioni di Base sull'Estensione

Nome GitHub News Feed GitHub News Feed
ID hnmpkklbfneambgbmkcmcjgcmimpgkkl
URL Ufficiale https://chromewebstore.google.com/detail/github-news-feed/hnmpkklbfneambgbmkcmcjgcmimpgkkl
Descrizione Shows a tooltip with your unread news feed from GitHub
Dimensione del File 175 KB
Conteggio Installazioni 29
Versione Corrente 1.2.0
Ultimo Aggiornamento 2017-12-25
Data di Pubblicazione 2017-12-25
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore https://wenzhixin.net.cn
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/wenzhixin/github-news-feed
URL della Pagina di Aiuto https://github.com/wenzhixin/github-news-feed/issues
Lingue Supportate 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\/"
    ]
}