dev-dash
GitHub repo activity on new tab
What is dev-dash?
dev-dash is a Chrome extension developed by belcurv, and its main feature is "GitHub repo activity on new tab".
Extension Screenshots
Download dev-dash Extension CRX File
Download dev-dash extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | dev-dash |
ID | dgkmjidcaelocfmnhlmeimmbaljgjfhm |
Official URL | https://chromewebstore.google.com/detail/dev-dash/dgkmjidcaelocfmnhlmeimmbaljgjfhm |
Description | GitHub repo activity on new tab |
File Size | 1.62 MB |
Installation Count | 10 |
Current Version | 1.0.3 |
Last Updated | 2017-02-26 |
Publish Date | 2017-02-26 |
Rating | 4.60/5 Total 5 Ratings |
Developer | belcurv |
Payment Type | free |
Supported Languages | 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" } } |