Stijl
Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.
Wat is Stijl?
Stijl is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Stijl
Download Stijl-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/.
Basisinformatie over de Extensie
Naam | Stijl |
ID | cpbiadoobgnpcacjecphfeoonpfccagk |
Officiële URL | https://chromewebstore.google.com/detail/stijl/cpbiadoobgnpcacjecphfeoonpfccagk |
Beschrijving | Stijl is a dashboard showing all code reviews at multiple code review websites in a single page. |
Bestandsgrootte | 1.43 MB |
Aantal Installaties | 69 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2018-01-23 |
Publicatiedatum | 2018-01-23 |
Ontwikkelaar | [email protected] |
Betalingswijze | free |
Extensiewebsite | https://github.com/google/stijl/ |
Help Pagina-URL | https://github.com/google/stijl/issues/ |
Ondersteunde Talen | 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:\/\/*\/" ] } |