Refined GitHub Notifications

Add UI improvements to the new GitHub Notifications page

什麼是Refined GitHub Notifications?

Refined GitHub Notifications是由ggurgone開發的Chrome擴展程式,該擴展的主要功能是“Add UI improvements to the new GitHub Notifications page”。

擴展截圖

screenshot

下載Refined GitHub Notifications擴展crx文件

下載Refined GitHub Notifications擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This little browser extension highlights GitHub notifications based on importance using colors and bold text for unread notifications.                    

擴展基本資訊

名稱 Refined GitHub Notifications Refined GitHub Notifications
ID apeppglkpocpebbdnocaogepmghkecic
官方網址 https://chromewebstore.google.com/detail/refined-github-notificati/apeppglkpocpebbdnocaogepmghkecic
簡介 Add UI improvements to the new GitHub Notifications page
檔案大小 15.27 KB
安裝次數 60
目前版本 0.1.3
更新時間 2020-05-03
上架時間 2020-05-03
開發者 ggurgone
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/giuseppeg/refined-github-notifications
說明頁面URL https://github.com/giuseppeg/refined-github-notifications
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refined GitHub Notifications",
    "version": "0.1.3",
    "description": "Add UI improvements to the new GitHub Notifications page",
    "homepage_url": "https:\/\/github.com\/giuseppeg\/refined-twitter-lite",
    "manifest_version": 2,
    "minimum_chrome_version": "62",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/github.com\/notifications",
                "https:\/\/github.com\/notifications?*"
            ],
            "js": [
                "index.user.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}