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 |
官方網址 | 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" } } |