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 |
官方網址 | 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 |
電子郵箱 | [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\/" ] } |