Stacker
Stacked pull requests for Github
Cos'è Stacker?
Stacker è un'estensione di Chrome sviluppata da riku.rouvila, e la sua funzione principale è "Stacked pull requests for Github".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stacker
Scarica i file di estensione Stacker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | apkgobbdndlnnelabdjdapopocfcgbhf |
URL Ufficiale | https://chromewebstore.google.com/detail/stacker/apkgobbdndlnnelabdjdapopocfcgbhf |
Descrizione | Stacked pull requests for Github |
Dimensione del File | 190 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 0.3.0 |
Ultimo Aggiornamento | 2018-01-27 |
Data di Pubblicazione | 2018-01-26 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | riku.rouvila |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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:;" } |