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 |
电子邮箱 | [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\/" ] } |