Stacker

Stacked pull requests for Github

What is Stacker?

Stacker is a Chrome extension developed by riku.rouvila, and its main feature is "Stacked pull requests for Github".

Extension Screenshots

screenshot
screenshot

Download Stacker Extension CRX File

Download Stacker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Stacker Stacker
ID apkgobbdndlnnelabdjdapopocfcgbhf
Official URL https://chromewebstore.google.com/detail/stacker/apkgobbdndlnnelabdjdapopocfcgbhf
Description Stacked pull requests for Github
File Size 190 KB
Installation Count 18
Current Version 0.3.0
Last Updated 2018-01-27
Publish Date 2018-01-26
Rating 5.00/5 Total 1 Ratings
Developer riku.rouvila
Email [email protected]
Payment Type free
Supported Languages 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:;"
}