Stijl
Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.
Apa itu Stijl?
Stijl adalah ekstensi Chrome yang dikembangkan oleh [email protected], dan fitur utamanya adalah "Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Stijl
Unduh file ekstensi Stijl 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
Supported code review tools are: - Gerrit (e.g. Android, Chrome OS) - Rietveld (e.g. Chromium) Source Code is hosted at https://github.com/google/stijl/.
Informasi Dasar Ekstensi
Nama | Stijl |
ID | cpbiadoobgnpcacjecphfeoonpfccagk |
URL Resmi | https://chromewebstore.google.com/detail/stijl/cpbiadoobgnpcacjecphfeoonpfccagk |
Deskripsi | Stijl is a dashboard showing all code reviews at multiple code review websites in a single page. |
Ukuran File | 1.43 MB |
Jumlah Instalasi | 69 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2018-01-23 |
Tanggal Publikasi | 2018-01-23 |
Pengembang | [email protected] |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/google/stijl/ |
URL Halaman Bantuan | https://github.com/google/stijl/issues/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stijl", "description": "Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.", "version": "1.0.6", "icons": { "128": "icons\/stijl128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/stijl38.png" }, "permissions": [ "tabs", "storage" ], "optional_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |