Github Trending New Tab
This unofficial extension shows the top trending github repos as provided by http://github.com/trending
Github Trending New Tabとは何ですか?
Github Trending New Tabはanmolmagoによって開発されたChromeの拡張機能で、その主な機能は「This unofficial extension shows the top trending github repos as provided by http://github.com/trending」です。
拡張機能のスクリーンショット
Github Trending New Tab拡張機能のCRXファイルをダウンロード
Github Trending New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
See the trending Github repositories on your new tab page, group by language and time range!
拡張機能の基本情報
名前 | |
ID | hadfajlepeojlkfmbhdioendpidkchfa |
公式URL | https://chrome.google.com/webstore/detail/github-trending-new-tab/hadfajlepeojlkfmbhdioendpidkchfa |
説明 | This unofficial extension shows the top trending github repos as provided by http://github.com/trending |
ファイルサイズ | 2.58 MB |
インストール数 | 161 |
現在のバージョン | 1.2.2 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | anmolmago |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/AnmolMago/GithubTrending |
ヘルプページのURL | https://github.com/AnmolMago/GithubTrending |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github Trending New Tab", "author": "Anmol Mago", "description": "This unofficial extension shows the top trending github repos as provided by http:\/\/github.com\/trending", "incognito": "split", "version": "1.2.2", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "http:\/\/*.anmolmago.com\/" ] } |