beautiflag
chrome://flags is pretty now!
Wat is beautiflag?
beautiflag is een Chrome-extensie ontwikkeld door deryck.henson, en de belangrijkste functie is "chrome://flags is pretty now!".
Extensie Screenshots
Download het CRX-bestand van de extensie beautiflag
Download beautiflag-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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).                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ofgpfmlknkhdaobdghenekbknpglbmfb | 
| Officiële URL | https://chromewebstore.google.com/detail/beautiflag/ofgpfmlknkhdaobdghenekbknpglbmfb | 
| Beschrijving | chrome://flags is pretty now! | 
| Bestandsgrootte | 80.13 KB | 
| Aantal Installaties | 15 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2016-01-22 | 
| Publicatiedatum | 2016-01-21 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | deryck.henson | 
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/dhenson02/beautiflag | 
| Help Pagina-URL | https://github.com/dhenson02/beautiflag/issues | 
| Ondersteunde Talen | 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\/"
    ]
}  |  |