Stijl
Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.
Vad är Stijl?
Stijl är en Chrome-tillägg utvecklad av [email protected], och dess huvudfunktion är "Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.".
Tilläggsskärmbilder
Ladda ner Stijl-förlängningens CRX-fil
Ladda ner Stijl-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | cpbiadoobgnpcacjecphfeoonpfccagk |
| Officiell webbadress | https://chromewebstore.google.com/detail/stijl/cpbiadoobgnpcacjecphfeoonpfccagk |
| Beskrivning | Stijl is a dashboard showing all code reviews at multiple code review websites in a single page. |
| Filstorlek | 1.43 MB |
| Antal Installationer | 69 |
| Aktuell Version | 1.0.6 |
| Senast Uppdaterad | 2018-01-23 |
| Publiceringsdatum | 2018-01-23 |
| Utvecklare | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/google/stijl/ |
| Hjälpsida URL | https://github.com/google/stijl/issues/ |
| Stödda Språk | 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:\/\/*\/"
]
} | |