Github Workflow
An extension that allows you to hide files in pull requests and adds highlighting for notifications.
Apa itu Github Workflow?
Github Workflow adalah ekstensi Chrome yang dikembangkan oleh Dean Silfen, dan fitur utamanya adalah "An extension that allows you to hide files in pull requests and adds highlighting for notifications.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Github Workflow
Unduh file ekstensi Github Workflow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Github Workflow |
ID | oplmfbpmbheeolioggldagbjmjkecilg |
URL Resmi | https://chromewebstore.google.com/detail/github-workflow/oplmfbpmbheeolioggldagbjmjkecilg |
Deskripsi | An extension that allows you to hide files in pull requests and adds highlighting for notifications. |
Ukuran File | 48.75 KB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 2.2.2 |
Terakhir Diperbarui | 2016-02-27 |
Tanggal Publikasi | 2016-02-27 |
Pengembang | Dean Silfen |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/djds23/github-notif-helper |
URL Halaman Bantuan | https://github.com/djds23/github-notif-helper/issues |
Bahasa yang Didukung | 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" ] } ] } |