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
公式URL 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
Eメール [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"
            ]
        }
    ]
}