Stijl
Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.
Hvad er Stijl?
Stijl er en Chrome-udvidelse udviklet af [email protected], og dens hovedfunktion er "Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.".
Udvidelsesskærmbilleder
Download Stijl-udvidelses-CRX-fil
Download Stijl-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | cpbiadoobgnpcacjecphfeoonpfccagk |
| Officiel URL | https://chromewebstore.google.com/detail/stijl/cpbiadoobgnpcacjecphfeoonpfccagk |
| Beskrivelse | Stijl is a dashboard showing all code reviews at multiple code review websites in a single page. |
| Filstørrelse | 1.43 MB |
| Antal Installationer | 69 |
| Nuværende Version | 1.0.6 |
| Senest Opdateret | 2018-01-23 |
| Udgivelsesdato | 2018-01-23 |
| Udvikler | [email protected] |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/google/stijl/ |
| Hjælpeside-URL | https://github.com/google/stijl/issues/ |
| Understøttede Sprog | 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:\/\/*\/"
]
} | |