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
公式URL 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
Eメール [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"
    }
}