Github Pull Request Counter
A chrome extension to remove mental load when working with pull requests.
Github Pull Request Counterとは何ですか?
Github Pull Request CounterはRenuoによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension to remove mental load when working with pull requests.」です。
拡張機能のスクリーンショット
Github Pull Request Counter拡張機能のCRXファイルをダウンロード
Github Pull Request Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Maintains a list of GitHub pull request which need action, such as review or merging. This removes mental load and decreases the amount of time between reviews.
拡張機能の基本情報
名前 | Github Pull Request Counter |
ID | eeejbcmnmgogpkgeinlbchoafjjbegmi |
公式URL | https://chromewebstore.google.com/detail/github-pull-request-count/eeejbcmnmgogpkgeinlbchoafjjbegmi |
説明 | A chrome extension to remove mental load when working with pull requests. |
ファイルサイズ | 68.37 KB |
インストール数 | 81 |
現在のバージョン | 1.0.10 |
最終更新日 | 2023-06-24 |
公開日 | 2021-08-02 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Renuo |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/renuo/github-pull-request-counter |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Renuo AG", "name": "Github Pull Request Counter", "description": "A chrome extension to remove mental load when working with pull requests.", "version": "1.0.10", "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "alarms", "storage" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |