GitHub Projects Plus
Adds advanced labels management and other functionality to GitHub.
GitHub Projects Plusとは何ですか?
GitHub Projects Plusはofzzaによって開発されたChromeの拡張機能で、その主な機能は「Adds advanced labels management and other functionality to GitHub.」です。
拡張機能のスクリーンショット
GitHub Projects Plus拡張機能のCRXファイルをダウンロード
GitHub Projects Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
DEPRECATED! You can now use the vanilla version of GitHub Projects Plus for GitHub Enterprise hosted on domains other than GitHub.com!! -------------------------- Augments functionality of GitHub with: 1) Adds "@special" labels to issues to be used as work-flow tags (See "?" icon above the new label input for more info) 2) Adds "#type" labels to issues to be used as quick grouping tags (See "?" icon above the new label input for more info) 3) Adds a "New issue" button to the projects page -------------------------- PLEASE NOTE: This extension is not endorsed by GitHub. GitHub and Chrome, are trademarks of their respective owners.
拡張機能の基本情報
名前 | GitHub Projects Plus |
ID | gadfbgfecpifebbanedpkjfkoajpkojo |
公式URL | https://chromewebstore.google.com/detail/github-projects-plus/gadfbgfecpifebbanedpkjfkoajpkojo |
説明 | Adds advanced labels management and other functionality to GitHub. |
ファイルサイズ | 76.63 KB |
インストール数 | 15 |
現在のバージョン | 2.0.9 |
最終更新日 | 2021-09-21 |
公開日 | 2019-11-28 |
開発者 | ofzza |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ofzza/github-projects-extension |
ヘルプページのURL | https://github.com/ofzza/github-projects-extension/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0.9", "icons": { "16": "res\/img\/logo(16px).png", "48": "res\/img\/logo(48px).png", "128": "res\/img\/logo(128px).png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "bootstrap.js" ], "css": [ "style.css" ] } ], "web_accessible_resources": [ "res\/img\/label-tag-example.png" ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "name": "GitHub Projects Plus", "description": "Adds advanced labels management and other functionality to GitHub." } |