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 |
官方網址 | 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 |
電子郵箱 | [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." } |