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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |