Refined GitHub Notifications

Add UI improvements to the new GitHub Notifications page

Vad är Refined GitHub Notifications?

Refined GitHub Notifications är en Chrome-tillägg utvecklad av ggurgone, och dess huvudfunktion är "Add UI improvements to the new GitHub Notifications page".

Tilläggsskärmbilder

screenshot

Ladda ner Refined GitHub Notifications-förlängningens CRX-fil

Ladda ner Refined GitHub Notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Refined GitHub Notifications Refined GitHub Notifications
ID apeppglkpocpebbdnocaogepmghkecic
Officiell webbadress https://chromewebstore.google.com/detail/refined-github-notificati/apeppglkpocpebbdnocaogepmghkecic
Beskrivning Add UI improvements to the new GitHub Notifications page
Filstorlek 15.27 KB
Antal Installationer 60
Aktuell Version 0.1.3
Senast Uppdaterad 2020-05-03
Publiceringsdatum 2020-05-03
Utvecklare ggurgone
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/giuseppeg/refined-github-notifications
Hjälpsida URL https://github.com/giuseppeg/refined-github-notifications
Stödda Språk 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"
            ]
        }
    ]
}