React

A Minimal New Tab Page

What is React?

React is a Chrome extension developed by https://rishimohan.me, and its main feature is "A Minimal New Tab Page".

Extension Screenshots

screenshot

Download React Extension CRX File

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

                        React is a minimal new tab page for Chrome. It lists all your bookmarks right below the address bar in a simple yet beautiful design.                    

Extension Basic Information

Name React React
ID pllemfmnnmnmnjachofnkpjhnnfnkckc
Official URL https://chromewebstore.google.com/detail/react/pllemfmnnmnmnjachofnkpjhnnfnkckc
Description A Minimal New Tab Page
File Size 21.61 KB
Installation Count 144
Current Version 0.1
Last Updated 2018-01-10
Publish Date 2018-01-10
Rating 5.00/5 Total 1 Ratings
Developer https://rishimohan.me
Email [email protected]
Payment Type free
Extension Website http://rishimohan.me/projects/react/
Help Page URL http://rishimohan.me/projects/react/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "React",
    "version": "0.1",
    "author": "Rishi Mohan",
    "description": "A Minimal New Tab Page",
    "homepage_url": "http:\/\/omgminimal.com",
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}