Github Workflow
An extension that allows you to hide files in pull requests and adds highlighting for notifications.
Cos'è Github Workflow?
Github Workflow è un'estensione di Chrome sviluppata da Dean Silfen, e la sua funzione principale è "An extension that allows you to hide files in pull requests and adds highlighting for notifications.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Github Workflow
Scarica i file di estensione Github Workflow 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
An extension that makes using pull-requests for code reviews a more enjoyable experience! Features: * Ability to toggle files while reviewing code * Ability to navigate to full branches from PR view
Informazioni di Base sull'Estensione
Nome | Github Workflow |
ID | oplmfbpmbheeolioggldagbjmjkecilg |
URL Ufficiale | https://chromewebstore.google.com/detail/github-workflow/oplmfbpmbheeolioggldagbjmjkecilg |
Descrizione | An extension that allows you to hide files in pull requests and adds highlighting for notifications. |
Dimensione del File | 48.75 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 2.2.2 |
Ultimo Aggiornamento | 2016-02-27 |
Data di Pubblicazione | 2016-02-27 |
Sviluppatore | Dean Silfen |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/djds23/github-notif-helper |
URL della Pagina di Aiuto | https://github.com/djds23/github-notif-helper/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github Workflow", "version": "2.2.2", "description": "An extension that allows you to hide files in pull requests and adds highlighting for notifications.", "permissions": [ "https:\/\/github.com\/*", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "app\/app.js" ] } ] } |