GitHub Issue Badges (for Enterprise)
Replace issue links to badges displaying issue status/title
GitHub Issue Badges (for Enterprise)とは何ですか?
GitHub Issue Badges (for Enterprise)はmotemenによって開発されたChromeの拡張機能で、その主な機能は「Replace issue links to badges displaying issue status/title」です。
拡張機能のスクリーンショット
GitHub Issue Badges (for Enterprise)拡張機能のCRXファイルをダウンロード
GitHub Issue Badges (for Enterprise)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces issue/PR links on GitHub Enterprise to badges, which includes their status (open, merged or closed) and assignees.
拡張機能の基本情報
名前 | GitHub Issue Badges (for Enterprise) |
ID | bnbbodldimbdcckbnplohombkipjnmni |
公式URL | https://chromewebstore.google.com/detail/github-issue-badges-for-e/bnbbodldimbdcckbnplohombkipjnmni |
説明 | Replace issue links to badges displaying issue status/title |
ファイルサイズ | 208 KB |
インストール数 | 19 |
現在のバージョン | 2.5.3 |
最終更新日 | 2021-05-08 |
公開日 | 2019-04-15 |
開発者 | motemen |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/motemen/chrome-GitHub-Issue-Badges |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Issue Badges (for Enterprise)", "version": "2.5.3", "manifest_version": 2, "description": "Replace issue links to badges displaying issue status\/title", "icons": { "128": "icon128.png" }, "permissions": [ "https:\/\/*\/*", "tabs" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "options_page": "html\/option_page_GHE.html" } |