beautiflag
chrome://flags is pretty now!
Co to jest beautiflag?
beautiflag to rozszerzenie Chrome opracowane przez deryck.henson, a jego główną funkcją jest „chrome://flags is pretty now!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia beautiflag
Pobierz pliki rozszerzeń beautiflag 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
                        The chrome://flags page has finally been re-styled.  
Clear, large, beautiful.
https://github.com/dhenson02/beautiflag
***This currently requires --extensions-on-chrome-urls to be set.***
This can be done through the command-line, changing the shortcut "Target" field to add this at the end, or by visiting chrome://flags/#extensions-on-chrome-urls to enable it directly inside Chrome (requires browser restart).                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | ofgpfmlknkhdaobdghenekbknpglbmfb | 
| Oficjalny URL | https://chromewebstore.google.com/detail/beautiflag/ofgpfmlknkhdaobdghenekbknpglbmfb | 
| Opis | chrome://flags is pretty now! | 
| Rozmiar pliku | 80.13 KB | 
| Liczba instalacji | 15 | 
| Aktualna Wersja | 1.0 | 
| Ostatnia Aktualizacja | 2016-01-22 | 
| Data Publikacji | 2016-01-21 | 
| Ocena | 5.00/5 Łącznie 1 Oceny | 
| Deweloper | deryck.henson | 
| Typ Płatności | free | 
| Strona Rozszerzenia | https://github.com/dhenson02/beautiflag | 
| Adres URL Strony Pomocy | https://github.com/dhenson02/beautiflag/issues | 
| Obsługiwane Języki | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "beautiflag",
    "description": "chrome:\/\/flags is pretty now!",
    "version": "1.0",
    "author": "Deryck Henson",
    "background": {
        "scripts": [
            "adorable.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "chrome:\/\/flags\/"
    ]
}  |  |