Graphite

Help navigate from GitHub PRs to Graphite

¿Qué es Graphite?

Graphite es una extensión de Chrome desarrollada por https://graphite.dev, y su función principal es "Help navigate from GitHub PRs to Graphite".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Graphite

Descarga archivos de extensión Graphite en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Graphite Graphite
ID dcplinogpijcknhlmnlhnogocpfbohfi
URL Oficial https://chromewebstore.google.com/detail/graphite/dcplinogpijcknhlmnlhnogocpfbohfi
Descripción Help navigate from GitHub PRs to Graphite
Tamaño del Archivo 10.28 KB
Cantidad de Instalaciones 1,772
Versión Actual 0.11
Última Actualización 2023-10-11
Fecha de Publicación 2022-01-24
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador https://graphite.dev
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://graphite.dev
URL de la Página de Política de Privacidad https://graphite.dev/privacy
Idiomas Soportados 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"
    }
}