Github Workflow
An extension that allows you to hide files in pull requests and adds highlighting for notifications.
Vad är Github Workflow?
Github Workflow är en Chrome-tillägg utvecklad av Dean Silfen, och dess huvudfunktion är "An extension that allows you to hide files in pull requests and adds highlighting for notifications.".
Tilläggsskärmbilder
Ladda ner Github Workflow-förlängningens CRX-fil
Ladda ner Github Workflow-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | oplmfbpmbheeolioggldagbjmjkecilg |
| Officiell webbadress | https://chromewebstore.google.com/detail/github-workflow/oplmfbpmbheeolioggldagbjmjkecilg |
| Beskrivning | An extension that allows you to hide files in pull requests and adds highlighting for notifications. |
| Filstorlek | 48.75 KB |
| Antal Installationer | 12 |
| Aktuell Version | 2.2.2 |
| Senast Uppdaterad | 2016-02-27 |
| Publiceringsdatum | 2016-02-27 |
| Utvecklare | Dean Silfen |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/djds23/github-notif-helper |
| Hjälpsida URL | https://github.com/djds23/github-notif-helper/issues |
| Stödda Språk | 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"
]
}
]
} | |