Stijl
Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.
Co to jest Stijl?
Stijl to rozszerzenie Chrome opracowane przez [email protected], a jego główną funkcją jest „Stijl is a dashboard showing all code reviews at multiple code review websites in a single page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stijl
Pobierz pliki rozszerzeń Stijl w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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/.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | cpbiadoobgnpcacjecphfeoonpfccagk | 
| Oficjalny URL | https://chromewebstore.google.com/detail/stijl/cpbiadoobgnpcacjecphfeoonpfccagk | 
| Opis | Stijl is a dashboard showing all code reviews at multiple code review websites in a single page. | 
| Rozmiar pliku | 1.43 MB | 
| Liczba instalacji | 69 | 
| Aktualna Wersja | 1.0.6 | 
| Ostatnia Aktualizacja | 2018-01-23 | 
| Data Publikacji | 2018-01-23 | 
| Deweloper | [email protected] | 
| Typ Płatności | free | 
| Strona Rozszerzenia | https://github.com/google/stijl/ | 
| Adres URL Strony Pomocy | https://github.com/google/stijl/issues/ | 
| Obsługiwane Języki | 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:\/\/*\/"
    ]
}  |  |