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
官方網址 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\/"
    ]
}