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
官方網址 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"
}