Planar

Supercharge GitHub Pull Requests

Planarคืออะไร?

Planar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย planar และคุณลักษณะหลักของมันคือ "Supercharge GitHub Pull Requests"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Planar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        We missed using Phabricator after switching to GitHub. So we built a chrome extension that lets you have the best parts of Phabricator while still using GitHub.

Here’s what we added👇

💥  Stacked reviews

If you like chaining your work in multiple branches, we provide a native way to navigate these stacked PRs in GitHub.

✉️  Needs Attention Inbox

It’s easy to lose track of a review in GitHub. Planar gives you a single inbox that tracks all the PRs that need your attention. It has the sections you’re used to: Needs Attention, Waiting For Author, etc. 

🕺  GIFs

Celebrate big wins and keep reviews fun and timeless with a collection of GIFs.

💬  Changes Since Last Review + Better Comments

Inside the PR, you can easily see the changes since your most recent review and also comment anywhere in the PR. (even outside the changesets!)

💼  Improved Code Organization

Planar automatically ranks high priority changes to the top of your PR. It also mimics Phabricator’s PR layout with the conversation section side by side with the code changes. 



Don’t worry about getting your whole team to use Planar - everything is written back to GitHub, ensuring your teammates see your reviews. Planar’s UX lives within GitHub itself — so there’s no need to switch over to a new platform.

Software engineers can spend up to a third of their time doing code review. We do it everyday yet no one enjoys it. A workflow this crucial should not have an experience this bad.

—

Have questions or feature requests? Let us know at [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Planar Planar
ID coddhldgabniloknimenomdbjigcnihc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/planar/coddhldgabniloknimenomdbjigcnihc
คำอธิบาย Supercharge GitHub Pull Requests
ขนาดไฟล์ 1.23 MB
จำนวนการติดตั้ง 320
เวอร์ชันปัจจุบัน 1.0.38
อัปเดตครั้งล่าสุด 2023-10-03
วันที่เผยแพร่ 2023-02-07
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา planar
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.useplanar.com
URL หน้านโยบายความเป็นส่วนตัว https://www.useplanar.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Planar",
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "webRequest"
    ],
    "host_permissions": [
        "http:\/\/localhost:8000\/*",
        "https:\/\/www.useplanar.com\/*",
        "*:\/\/github.com\/*"
    ],
    "version": "1.0.38",
    "action": {
        "default_title": "Popup",
        "default_popup": "index.html",
        "default_icon": "planar-alt.png"
    },
    "icons": {
        "128": "planar-alt.png"
    },
    "description": "Supercharge GitHub Pull Requests",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/www.useplanar.com\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "assets\/webcomponents-bundle.js-loader.f327d535.js",
                "assets\/main.tsx-loader.9548c37e.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "media": [],
            "run_at": "document_start",
            "css": [
                "assets\/main.27f18b6e.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "resources": [
                "github-permissions-disclaimer.jpg",
                "planar-alt.png",
                "planar-favicon.png",
                "giphy.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "resources": [
                "assets\/_commonjsHelpers.712cc82f.js",
                "assets\/webcomponents-bundle.js.34fd835f.js",
                "assets\/jsx-dev-runtime.1cfef66d.js",
                "assets\/utils.e1bb6111.js",
                "assets\/main.tsx.5ff09774.js"
            ],
            "use_dynamic_url": true
        }
    ]
}