beautiflag
chrome://flags is pretty now!
Co je beautiflag?
beautiflag je rozšíření Chrome vyvinuté deryck.henson, a jeho hlavní funkcí je „chrome://flags is pretty now!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření beautiflag
Stáhněte si soubory rozšíření beautiflag ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
                        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).                     Základní Informace o Rozšíření
| Název |   |  
| ID | ofgpfmlknkhdaobdghenekbknpglbmfb | 
| Oficiální URL | https://chromewebstore.google.com/detail/beautiflag/ofgpfmlknkhdaobdghenekbknpglbmfb | 
| Popis | chrome://flags is pretty now! | 
| Velikost souboru | 80.13 KB | 
| Počet instalací | 15 | 
| Aktuální Verze | 1.0 | 
| Poslední Aktualizace | 2016-01-22 | 
| Datum Vydání | 2016-01-21 | 
| Hodnocení | 5.00/5 Celkem 1 Hodnocení | 
| Vývojář | deryck.henson | 
| Typ Platby | free | 
| Webové stránky Rozšíření | https://github.com/dhenson02/beautiflag | 
| URL Stránky Nápovědy | https://github.com/dhenson02/beautiflag/issues | 
| Podporované Jazyky | 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\/"
    ]
}  |  |