beautiflag

chrome://flags is pretty now!

Apa itu beautiflag?

beautiflag adalah ekstensi Chrome yang dikembangkan oleh deryck.henson, dan fitur utamanya adalah "chrome://flags is pretty now!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi beautiflag

Unduh file ekstensi beautiflag dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama beautiflag beautiflag
ID ofgpfmlknkhdaobdghenekbknpglbmfb
URL Resmi https://chromewebstore.google.com/detail/beautiflag/ofgpfmlknkhdaobdghenekbknpglbmfb
Deskripsi chrome://flags is pretty now!
Ukuran File 80.13 KB
Jumlah Instalasi 15
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-01-22
Tanggal Publikasi 2016-01-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang deryck.henson
Tipe Pembayaran free
Situs Ekstensi https://github.com/dhenson02/beautiflag
URL Halaman Bantuan https://github.com/dhenson02/beautiflag/issues
Bahasa yang Didukung 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\/"
    ]
}