Github Trending New Tab

This unofficial extension shows the top trending github repos as provided by http://github.com/trending

Github Trending New Tab क्या है?

Github Trending New Tab anmolmago द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This unofficial extension shows the top trending github repos as provided by http://github.com/trending"।

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

screenshot

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

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

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

                        See the trending Github repositories on your new tab page, group by language and time range!                    

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

नाम Github Trending New Tab Github Trending New Tab
ID hadfajlepeojlkfmbhdioendpidkchfa
आधिकारिक URL https://chrome.google.com/webstore/detail/github-trending-new-tab/hadfajlepeojlkfmbhdioendpidkchfa
विवरण This unofficial extension shows the top trending github repos as provided by http://github.com/trending
फ़ाइल का आकार 2.58 MB
स्थापना संख्या 161
वर्तमान संस्करण 1.2.2
अंतिम अपडेट 2019-03-08
प्रकाशन तिथि 2019-03-08
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर anmolmago
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/AnmolMago/GithubTrending
सहायता पृष्ठ URL https://github.com/AnmolMago/GithubTrending
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Trending New Tab",
    "author": "Anmol Mago",
    "description": "This unofficial extension shows the top trending github repos as provided by http:\/\/github.com\/trending",
    "incognito": "split",
    "version": "1.2.2",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "http:\/\/*.anmolmago.com\/"
    ]
}