Github Workflow
An extension that allows you to hide files in pull requests and adds highlighting for notifications.
Wat is Github Workflow?
Github Workflow is een Chrome-extensie ontwikkeld door Dean Silfen, en de belangrijkste functie is "An extension that allows you to hide files in pull requests and adds highlighting for notifications.".
Extensie Screenshots
Download het CRX-bestand van de extensie Github Workflow
Download Github Workflow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Github Workflow |
ID | oplmfbpmbheeolioggldagbjmjkecilg |
Officiële URL | https://chromewebstore.google.com/detail/github-workflow/oplmfbpmbheeolioggldagbjmjkecilg |
Beschrijving | An extension that allows you to hide files in pull requests and adds highlighting for notifications. |
Bestandsgrootte | 48.75 KB |
Aantal Installaties | 12 |
Huidige Versie | 2.2.2 |
Laatst Bijgewerkt | 2016-02-27 |
Publicatiedatum | 2016-02-27 |
Ontwikkelaar | Dean Silfen |
Betalingswijze | free |
Extensiewebsite | https://github.com/djds23/github-notif-helper |
Help Pagina-URL | https://github.com/djds23/github-notif-helper/issues |
Ondersteunde Talen | 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" ] } ] } |