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."입니다.

확장 프로그램 스크린샷

screenshot

GitHub Projects Plus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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."
}