Stacker

Stacked pull requests for Github

Stacker là gì?

Stacker là một tiện ích mở rộng Chrome được phát triển bởi riku.rouvila, và tính năng chính của nó là "Stacked pull requests for Github".

Ả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 Stacker

Tải xuống các tệp mở rộng Stacker 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

                        Stacker adds features to Github's UI which makes managing stacked pull requests easier.

More information: https://github.com/rikukissa/stacker

Features:

- ✏️ Mark pull request as a dependent of your previous work
- 🔎 Only see changes made in the PR you’re reviewing
- ⚠️ Automatic warnings of pull request dependencies                    

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

Tên Stacker Stacker
ID apkgobbdndlnnelabdjdapopocfcgbhf
URL Chính Thức https://chromewebstore.google.com/detail/stacker/apkgobbdndlnnelabdjdapopocfcgbhf
Mô tả Stacked pull requests for Github
Kích Thước Tệp 190 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2018-01-27
Ngày Phát Hành 2018-01-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển riku.rouvila
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.0",
    "name": "Stacker",
    "manifest_version": 2,
    "description": "Stacked pull requests for Github",
    "content_scripts": [
        {
            "js": [
                "static\/js\/main.a0186027.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Stacker",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "storage"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; connect-src *; img-src 'self' data:;"
}