Graphite

Help navigate from GitHub PRs to Graphite

Cos'è Graphite?

Graphite è un'estensione di Chrome sviluppata da https://graphite.dev, e la sua funzione principale è "Help navigate from GitHub PRs to Graphite".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Graphite

Scarica i file di estensione Graphite in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Graphite (https://graphite.dev) is a fast, simple code review platform designed for engineers who want to write and review smaller pull requests, stay unblocked, and ship faster.  Anyone can start using Graphite individually without needing their coworkers to change tools - we'll seamlessly sync your code changes and reviews.  We built Graphite because we missed internal code review tools like Phabricator (at Facebook) and Critique (Google) that help engineers create, approve, and ship small, incremental changes, and long-term we’re passionate about creating products & workflows that help fast-moving eng teams achieve more.                    

Informazioni di Base sull'Estensione

Nome Graphite Graphite
ID dcplinogpijcknhlmnlhnogocpfbohfi
URL Ufficiale https://chromewebstore.google.com/detail/graphite/dcplinogpijcknhlmnlhnogocpfbohfi
Descrizione Help navigate from GitHub PRs to Graphite
Dimensione del File 10.28 KB
Conteggio Installazioni 1,772
Versione Corrente 0.11
Ultimo Aggiornamento 2023-10-11
Data di Pubblicazione 2022-01-24
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://graphite.dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://graphite.dev
URL della Pagina della Politica sulla Privacy https://graphite.dev/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Graphite",
    "description": "Help navigate from GitHub PRs to Graphite",
    "version": "0.11",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_title": "Open Graphite",
        "default_width": 300,
        "default_height": 500
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "scripting"
    ],
    "optional_host_permissions": [
        ""
    ],
    "host_permissions": [
        "*:\/\/github.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.graphite.dev\/*",
            "https:\/\/localhost:3000\/*"
        ]
    },
    "background": {
        "service_worker": "background.js"
    }
}