GitHub to Linear

View and create Linear tickets from any GitHub PR or issue.

GitHub to Linear란 무엇입니까?

GitHub to Linear은(는) delucis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View and create Linear tickets from any GitHub PR or issue."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

GitHub to Linear 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension makes it easier to view and create Linear issues associated with GitHub issues and PRs while browsing on GitHub.

- It injects an “Add to Linear” button in every issue and PR on GitHub — quickly create a new Linear ticket which links back to the PR or issue you want to track.
- Shows information about associated Linear issues in the sidebar of GitHub issues and pull requests.                    

확장 프로그램 기본 정보

이름 GitHub to Linear GitHub to Linear
ID hlambaminaoofejligodincejhcbljik
공식 URL https://chromewebstore.google.com/detail/github-to-linear/hlambaminaoofejligodincejhcbljik
설명 View and create Linear tickets from any GitHub PR or issue.
파일 크기 25.18 KB
설치 횟수 65
현재 버전 0.6.0
최근 업데이트 2024-01-31
출시 날짜 2023-04-02
평점 5.00/5 총 1 개의 평점
개발자 delucis
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/delucis/github-to-linear/
도움말 페이지 URL https://github.com/delucis/github-to-linear/issues
개인정보 보호 정책 페이지 URL https://github.com/delucis/github-to-linear/blob/latest/privacy-policy.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GitHub to Linear",
    "version": "0.6.0",
    "description": "View and create Linear tickets from any GitHub PR or issue.",
    "author": "[email protected]",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/github.com\/*",
        "https:\/\/api.linear.app\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "scripts\/content.css"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/*\/login\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{51c088ab-6ad6-455e-8988-8c7801ea2487}"
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoq0jUgZWo0ULoETpbFOTFpTBp68VjK61fWLY9RVjmrIR5jTmNXBobwBf4Cwrn0iP1rm2koTGw3fycEcuDlDWqdITZawIlEKhvl6Kz278Lqx54zsljbPzf5t\/alTmJe9rhSfTsIhFGsROT9I7PZgvTzNhBOCJPPH8BgVQv1KsU9hzeYY5+7eYcQze7FQh1\/TLtE6yYJz3311FBIFGpka5zOredty\/g6Q02K9\/Rxc6SFYWbxqeaEgMbPHXj\/tju0otbaIVFEFfniMVZSeM9ROfytpJzb\/5RVRgaz4DdEjZclo05LoelOIL9L5\/4ZPdq7zKR+4MwZpOcfCvLns0h9lckQIDAQAB"
}