beautiflag

chrome://flags is pretty now!

What is beautiflag?

beautiflag is a Chrome extension developed by deryck.henson, and its main feature is "chrome://flags is pretty now!".

Extension Screenshots

screenshot

Download beautiflag Extension CRX File

Download beautiflag extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name beautiflag beautiflag
ID ofgpfmlknkhdaobdghenekbknpglbmfb
Official URL https://chromewebstore.google.com/detail/beautiflag/ofgpfmlknkhdaobdghenekbknpglbmfb
Description chrome://flags is pretty now!
File Size 80.13 KB
Installation Count 15
Current Version 1.0
Last Updated 2016-01-22
Publish Date 2016-01-21
Rating 5.00/5 Total 1 Ratings
Developer deryck.henson
Payment Type free
Extension Website https://github.com/dhenson02/beautiflag
Help Page URL https://github.com/dhenson02/beautiflag/issues
Supported Languages 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\/"
    ]
}