beautiflag

chrome://flags is pretty now!

beautiflag là gì?

beautiflag là một tiện ích mở rộng Chrome được phát triển bởi deryck.henson, và tính năng chính của nó là "chrome://flags is pretty now!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng beautiflag

Tải xuống các tệp mở rộng beautiflag dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên beautiflag beautiflag
ID ofgpfmlknkhdaobdghenekbknpglbmfb
URL Chính Thức https://chromewebstore.google.com/detail/beautiflag/ofgpfmlknkhdaobdghenekbknpglbmfb
Mô tả chrome://flags is pretty now!
Kích Thước Tệp 80.13 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-01-22
Ngày Phát Hành 2016-01-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển deryck.henson
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dhenson02/beautiflag
URL Trang Trợ Giúp https://github.com/dhenson02/beautiflag/issues
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}