beautiflag

chrome://flags is pretty now!

beautiflagとは何ですか?

beautiflagはderyck.hensonによって開発されたChromeの拡張機能で、その主な機能は「chrome://flags is pretty now!」です。

拡張機能のスクリーンショット

screenshot

beautiflag拡張機能のCRXファイルをダウンロード

beautiflag拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 beautiflag beautiflag
ID ofgpfmlknkhdaobdghenekbknpglbmfb
公式URL https://chromewebstore.google.com/detail/beautiflag/ofgpfmlknkhdaobdghenekbknpglbmfb
説明 chrome://flags is pretty now!
ファイルサイズ 80.13 KB
インストール数 15
現在のバージョン 1.0
最終更新日 2016-01-22
公開日 2016-01-21
評価 5.00/5 合計 1 レビュー
開発者 deryck.henson
支払い方法 free
拡張機能のウェブサイト https://github.com/dhenson02/beautiflag
ヘルプページのURL https://github.com/dhenson02/beautiflag/issues
対応言語 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\/"
    ]
}