GitHub News Feed
Shows a tooltip with your unread news feed from GitHub
什麼是GitHub News Feed?
GitHub News Feed是由https://wenzhixin.net.cn開發的Chrome擴展程式,該擴展的主要功能是“Shows a tooltip with your unread news feed from GitHub”。
擴展截圖
下載GitHub News Feed擴展crx文件
下載GitHub News Feed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Shows a tooltip with your unread news feed from GitHub.
GitHub repo: https://github.com/wenzhixin/github-news-feed.                     擴展基本資訊
| 名稱 |   |  
| ID | hnmpkklbfneambgbmkcmcjgcmimpgkkl | 
| 官方網址 | https://chromewebstore.google.com/detail/github-news-feed/hnmpkklbfneambgbmkcmcjgcmimpgkkl | 
| 簡介 | Shows a tooltip with your unread news feed from GitHub | 
| 檔案大小 | 175 KB | 
| 安裝次數 | 29 | 
| 目前版本 | 1.2.0 | 
| 更新時間 | 2017-12-25 | 
| 上架時間 | 2017-12-25 | 
| 評分 | 4.50/5 共 2 次評分 | 
| 開發者 | https://wenzhixin.net.cn | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://github.com/wenzhixin/github-news-feed | 
| 說明頁面URL | https://github.com/wenzhixin/github-news-feed/issues | 
| 支援的語言 | 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\/"
    ]
}  |  |