GitHub to Linear

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

Τι είναι το GitHub to Linear;

Το GitHub to Linear είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον delucis, και η κύρια λειτουργία του είναι "View and create Linear tickets from any GitHub PR or issue.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GitHub to Linear

Λήψη αρχείων επέκτασης GitHub to Linear σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
}