Graphite

Help navigate from GitHub PRs to Graphite

Graphiteคืออะไร?

Graphite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://graphite.dev และคุณลักษณะหลักของมันคือ "Help navigate from GitHub PRs to Graphite"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Graphite

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}