GitHub News Feed

Shows a tooltip with your unread news feed from GitHub

GitHub News Feed क्या है?

GitHub News Feed https://wenzhixin.net.cn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows a tooltip with your unread news feed from GitHub"।

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

screenshot
screenshot

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

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

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

                        Shows a tooltip with your unread news feed from GitHub.

GitHub repo: https://github.com/wenzhixin/github-news-feed.                    

एक्सटेंशन की मूल जानकारी

नाम GitHub News Feed GitHub News Feed
ID hnmpkklbfneambgbmkcmcjgcmimpgkkl
आधिकारिक URL 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\/"
    ]
}