Github Workflow
An extension that allows you to hide files in pull requests and adds highlighting for notifications.
Qu'est-ce que Github Workflow ?
Github Workflow est une extension Chrome développée par Dean Silfen, et sa fonction principale est "An extension that allows you to hide files in pull requests and adds highlighting for notifications.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Github Workflow
Téléchargez les fichiers d'extension Github Workflow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Github Workflow |
ID | oplmfbpmbheeolioggldagbjmjkecilg |
URL Officiel | https://chromewebstore.google.com/detail/github-workflow/oplmfbpmbheeolioggldagbjmjkecilg |
Description | An extension that allows you to hide files in pull requests and adds highlighting for notifications. |
Taille du Fichier | 48.75 KB |
Nombre d'Installations | 12 |
Version Actuelle | 2.2.2 |
Dernière Mise à Jour | 2016-02-27 |
Date de Publication | 2016-02-27 |
Développeur | Dean Silfen |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/djds23/github-notif-helper |
URL de la Page d'Aide | https://github.com/djds23/github-notif-helper/issues |
Langues Prises en Charge | 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" ] } ] } |