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" } } |