React Repositories New Tab

A New Tab extension that shows you popular and new React repositories.

What is React Repositories New Tab?

React Repositories New Tab is a Chrome extension developed by Jørgen NYSTAD, and its main feature is "A New Tab extension that shows you popular and new React repositories.".

Extension Screenshots

screenshot

Download React Repositories New Tab Extension CRX File

Download React Repositories 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

                        This is a Chrome New Tab extension that displays popular/new/fresh public React repositories on GitHub.

Each new tab either shows the top ten list of most popular of all time, most popular newly created repositores or most popular recently updated (pushed) repositores.

In addition, a random repository of the top thirty is featured, including its README.md (if found).                    

Extension Basic Information

Name React Repositories New Tab React Repositories New Tab
ID jfhdgglhdnnaaacjaeleagfmeeepkhln
Official URL https://chromewebstore.google.com/detail/react-repositories-new-ta/jfhdgglhdnnaaacjaeleagfmeeepkhln
Description A New Tab extension that shows you popular and new React repositories.
File Size 728 KB
Installation Count 177
Current Version 0.3
Last Updated 2019-03-08
Publish Date 2019-03-08
Developer Jørgen NYSTAD
Email [email protected]
Payment Type free
Extension Website https://github.com/jorgenys/chrome-react-new-tab
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "React Repositories New Tab",
    "short_name": "React New Tab",
    "version": "0.3",
    "description": "A New Tab extension that shows you popular and new React repositories.",
    "author": "J\u00f8rgen Nystad",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "homepage_url": "https:\/\/github.com\/jorgenys\/chrome-react-new-tab"
}