dev-dash
GitHub repo activity on new tab
什么是dev-dash?
dev-dash是由belcurv开发的Chrome扩展程序,该扩展的主要功能是“GitHub repo activity on new tab”。
扩展截图
下载dev-dash扩展crx文件
下载dev-dash扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Dev-dash is a Chrome extension that overrides the default new-tab behavior. In place of the default new-tab behavior, dev-dash presents the user with an at-a-glance overview of a set of tracked GitHub repositories. The extension is designed to help small project teams keep track of team members' activity without having to log into GitHub and comb through a repository's history. It displays data related to commits, issues, comments, pull requests and merges.
扩展基本信息
名称 | dev-dash |
ID | dgkmjidcaelocfmnhlmeimmbaljgjfhm |
官方URL | https://chromewebstore.google.com/detail/dev-dash/dgkmjidcaelocfmnhlmeimmbaljgjfhm |
简介 | GitHub repo activity on new tab |
文件大小 | 1.62 MB |
安装次数 | 10 |
当前版本 | 1.0.3 |
更新时间 | 2017-02-26 |
上架时间 | 2017-02-26 |
评分 | 4.60/5 共5次评分 |
开发者 | belcurv |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "dev-dash", "description": "GitHub repo activity on new tab", "version": "1.0.3", "browser_action": { "default_icon": "dist\/assets\/favicon.png", "default_popup": "popup.html" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "dist\/assets\/favicon.png" } } |