Graphite

Help navigate from GitHub PRs to Graphite

Graphite là gì?

Graphite là một tiện ích mở rộng Chrome được phát triển bởi https://graphite.dev, và tính năng chính của nó là "Help navigate from GitHub PRs to Graphite".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Graphite

Tải xuống các tệp mở rộng Graphite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Graphite Graphite
ID dcplinogpijcknhlmnlhnogocpfbohfi
URL Chính Thức https://chromewebstore.google.com/detail/graphite/dcplinogpijcknhlmnlhnogocpfbohfi
Mô tả Help navigate from GitHub PRs to Graphite
Kích Thước Tệp 10.28 KB
Số Lần Cài Đặt 1,772
Phiên Bản Hiện Tại 0.11
Cập Nhật Lần Cuối 2023-10-11
Ngày Phát Hành 2022-01-24
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://graphite.dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://graphite.dev
URL Trang Chính Sách Bảo Mật https://graphite.dev/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}