Stijl
Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.
What is Stijl?
Stijl is a Chrome extension developed by [email protected], and its main feature is "Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.".
Extension Screenshots
Download Stijl Extension CRX File
Download Stijl extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/.
Extension Basic Information
Name | Stijl |
ID | cpbiadoobgnpcacjecphfeoonpfccagk |
Official URL | https://chromewebstore.google.com/detail/stijl/cpbiadoobgnpcacjecphfeoonpfccagk |
Description | Stijl is a dashboard showing all code reviews at multiple code review websites in a single page. |
File Size | 1.43 MB |
Installation Count | 69 |
Current Version | 1.0.6 |
Last Updated | 2018-01-23 |
Publish Date | 2018-01-23 |
Developer | [email protected] |
Payment Type | free |
Extension Website | https://github.com/google/stijl/ |
Help Page URL | https://github.com/google/stijl/issues/ |
Supported Languages | 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:\/\/*\/" ] } |