Pipe it Down
Reduce diff noise in GitHub pull requests
Apa itu Pipe it Down?
Pipe it Down adalah ekstensi Chrome yang dikembangkan oleh https://thoughtbot.com, dan fitur utamanya adalah "Reduce diff noise in GitHub pull requests".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pipe it Down
Unduh file ekstensi Pipe it Down 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
Sometimes the size of a pull request can be overwhelming, which has an impact on your ability to conduct a thorough review. Does your hand get tired of scrolling past file diffs you don't care about? Have you ever deleted the file DOM elements using Dev Tools? Do you yearn for a better reviewing experience? Pipe it Down helps solve this problem by providing a button to collapse files. The files you collapse are saved in local storage, so revisiting the pull request in the future will automatically collapse them for you. Collapsed files can be expanded again, if you change your mind. Feedback & contributions are welcome at https://github.com/thoughtbot/pipe-it-down.
Informasi Dasar Ekstensi
Nama | Pipe it Down |
ID | faljmeoihicdhamcpfmafljlhfoljegm |
URL Resmi | https://chromewebstore.google.com/detail/pipe-it-down/faljmeoihicdhamcpfmafljlhfoljegm |
Deskripsi | Reduce diff noise in GitHub pull requests |
Ukuran File | 19.72 KB |
Jumlah Instalasi | 27 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2017-02-24 |
Tanggal Publikasi | 2017-02-24 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://thoughtbot.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/thoughtbot/pipe-it-down |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pipe it Down", "description": "Reduce diff noise in GitHub pull requests", "version": "0.1.0", "author": "Chris Thorn", "icons": { "128": "icon128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "zepto.min.js", "github.js", "icons.js", "store.js", "file.js", "client.js" ] } ] } |