Refined GitHub Notifications

Add UI improvements to the new GitHub Notifications page

Refined GitHub Notifications क्या है?

Refined GitHub Notifications ggurgone द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add UI improvements to the new GitHub Notifications page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Refined GitHub Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
            ]
        }
    ]
}