Stijl
Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.
Was ist Stijl?
Stijl ist eine Chrome-Erweiterung, die von [email protected] entwickelt wurde, und ihr Hauptmerkmal ist "Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.".
Erweiterungsscreenshots
Stijl-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stijl-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cpbiadoobgnpcacjecphfeoonpfccagk |
| Offizielle URL | https://chromewebstore.google.com/detail/stijl/cpbiadoobgnpcacjecphfeoonpfccagk |
| Beschreibung | Stijl is a dashboard showing all code reviews at multiple code review websites in a single page. |
| Dateigröße | 1.43 MB |
| Installationsanzahl | 69 |
| Aktuelle Version | 1.0.6 |
| Letztes Update | 2018-01-23 |
| Veröffentlichungsdatum | 2018-01-23 |
| Entwickler | [email protected] |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/google/stijl/ |
| Hilfeseite URL | https://github.com/google/stijl/issues/ |
| Unterstützte Sprachen | 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:\/\/*\/"
]
} | |