Graphite

Help navigate from GitHub PRs to Graphite

什麼是Graphite?

Graphite是由https://graphite.dev開發的Chrome擴展程式,該擴展的主要功能是“Help navigate from GitHub PRs to Graphite”。

擴展截圖

screenshot
screenshot

下載Graphite擴展crx文件

下載Graphite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Graphite Graphite
ID dcplinogpijcknhlmnlhnogocpfbohfi
官方網址 https://chromewebstore.google.com/detail/graphite/dcplinogpijcknhlmnlhnogocpfbohfi
簡介 Help navigate from GitHub PRs to Graphite
檔案大小 10.28 KB
安裝次數 1,772
目前版本 0.11
更新時間 2023-10-11
上架時間 2022-01-24
評分 5.00/5 共 6 次評分
開發者 https://graphite.dev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://graphite.dev
隱私政策頁面URL https://graphite.dev/privacy
支援的語言 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"
    }
}