My Git Repo News

Chrome extension which helps you not to miss important changes in your news thread related to your repo

My Git Repo News क्या है?

My Git Repo News greybax द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension which helps you not to miss important changes in your news thread related to your repo"।

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

screenshot
screenshot

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

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

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

                        Don't miss any changes in your github newsfeed related with your repos!                    

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

नाम My Git Repo News My Git Repo News
ID bpijgihicffjpcnjndpcdicohomlfbhp
आधिकारिक URL https://chromewebstore.google.com/detail/my-git-repo-news/bpijgihicffjpcnjndpcdicohomlfbhp
विवरण Chrome extension which helps you not to miss important changes in your news thread related to your repo
फ़ाइल का आकार 168 KB
स्थापना संख्या 17
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2018-10-01
प्रकाशन तिथि 2018-10-01
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर greybax
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/greybax/github-extension-my-repo-news
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Git Repo News",
    "description": "Chrome extension which helps you not to miss important changes in your news thread related to your repo",
    "short_name": "My Git Repo News",
    "version": "1.0.2",
    "homepage_url": "https:\/\/github.com\/greybax\/github-extension-my-repo-news",
    "browser_action": {
        "default_title": "My Git Repo News",
        "default_icon": "icons\/icon-16.png"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "http:\/\/github.com\/*"
            ],
            "js": [
                "js\/index.js"
            ]
        }
    ]
}