Stacker
Stacked pull requests for Github
Stackerとは何ですか?
Stackerはriku.rouvilaによって開発されたChromeの拡張機能で、その主な機能は「Stacked pull requests for Github」です。
拡張機能のスクリーンショット
Stacker拡張機能のCRXファイルをダウンロード
Stacker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | apkgobbdndlnnelabdjdapopocfcgbhf |
公式URL | https://chromewebstore.google.com/detail/stacker/apkgobbdndlnnelabdjdapopocfcgbhf |
説明 | Stacked pull requests for Github |
ファイルサイズ | 190 KB |
インストール数 | 18 |
現在のバージョン | 0.3.0 |
最終更新日 | 2018-01-27 |
公開日 | 2018-01-26 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | riku.rouvila |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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:;" } |