Github Trending New Tab

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

What is Github Trending New Tab?

Github Trending New Tab is a Chrome extension developed by anmolmago, and its main feature is "This unofficial extension shows the top trending github repos as provided by http://github.com/trending".

Extension Screenshots

screenshot

Download Github Trending New Tab Extension CRX File

Download Github Trending New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Github Trending New Tab Github Trending New Tab
ID hadfajlepeojlkfmbhdioendpidkchfa
Official URL https://chrome.google.com/webstore/detail/github-trending-new-tab/hadfajlepeojlkfmbhdioendpidkchfa
Description This unofficial extension shows the top trending github repos as provided by http://github.com/trending
File Size 2.58 MB
Installation Count 161
Current Version 1.2.2
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 5.00/5 Total 5 Ratings
Developer anmolmago
Email [email protected]
Payment Type free
Extension Website https://github.com/AnmolMago/GithubTrending
Help Page URL https://github.com/AnmolMago/GithubTrending
Supported Languages 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\/"
    ]
}