React Repositories New Tab

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

什么是React Repositories New Tab?

React Repositories New Tab是由Jørgen NYSTAD开发的Chrome扩展程序,该扩展的主要功能是“A New Tab extension that shows you popular and new React repositories.”。

扩展截图

screenshot

下载React Repositories New Tab扩展crx文件

下载React Repositories New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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).                    

扩展基本信息

名称 React Repositories New Tab React Repositories New Tab
ID jfhdgglhdnnaaacjaeleagfmeeepkhln
官方URL https://chromewebstore.google.com/detail/react-repositories-new-ta/jfhdgglhdnnaaacjaeleagfmeeepkhln
简介 A New Tab extension that shows you popular and new React repositories.
文件大小 728 KB
安装次数 177
当前版本 0.3
更新时间 2019-03-08
上架时间 2019-03-08
开发者 Jørgen NYSTAD
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/jorgenys/chrome-react-new-tab
支持的语言 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"
}