GitHub News Feed

Shows a tooltip with your unread news feed from GitHub

Apa itu GitHub News Feed?

GitHub News Feed adalah ekstensi Chrome yang dikembangkan oleh https://wenzhixin.net.cn, dan fitur utamanya adalah "Shows a tooltip with your unread news feed from GitHub".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi GitHub News Feed

Unduh file ekstensi GitHub News Feed dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Shows a tooltip with your unread news feed from GitHub.

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

Informasi Dasar Ekstensi

Nama GitHub News Feed GitHub News Feed
ID hnmpkklbfneambgbmkcmcjgcmimpgkkl
URL Resmi https://chromewebstore.google.com/detail/github-news-feed/hnmpkklbfneambgbmkcmcjgcmimpgkkl
Deskripsi Shows a tooltip with your unread news feed from GitHub
Ukuran File 175 KB
Jumlah Instalasi 29
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2017-12-25
Tanggal Publikasi 2017-12-25
Penilaian 4.50/5 Total 2 Penilaian
Pengembang https://wenzhixin.net.cn
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/wenzhixin/github-news-feed
URL Halaman Bantuan https://github.com/wenzhixin/github-news-feed/issues
Bahasa yang Didukung 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\/"
    ]
}