beautiflag
chrome://flags is pretty now!
¿Qué es beautiflag?
beautiflag es una extensión de Chrome desarrollada por deryck.henson, y su función principal es "chrome://flags is pretty now!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión beautiflag
Descarga archivos de extensión beautiflag en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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).
Información Básica de la Extensión
Nombre | beautiflag |
ID | ofgpfmlknkhdaobdghenekbknpglbmfb |
URL Oficial | https://chromewebstore.google.com/detail/beautiflag/ofgpfmlknkhdaobdghenekbknpglbmfb |
Descripción | chrome://flags is pretty now! |
Tamaño del Archivo | 80.13 KB |
Cantidad de Instalaciones | 15 |
Versión Actual | 1.0 |
Última Actualización | 2016-01-22 |
Fecha de Publicación | 2016-01-21 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | deryck.henson |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/dhenson02/beautiflag |
URL de la Página de Ayuda | https://github.com/dhenson02/beautiflag/issues |
Idiomas Soportados | 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\/" ] } |