beautiflag
chrome://flags is pretty now!
什么是beautiflag?
beautiflag是由deryck.henson开发的Chrome扩展程序,该扩展的主要功能是“chrome://flags is pretty now!”。
扩展截图
下载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 |
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\/" ] } |