beautiflag
chrome://flags is pretty now!
Qu'est-ce que beautiflag ?
beautiflag est une extension Chrome développée par deryck.henson, et sa fonction principale est "chrome://flags is pretty now!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension beautiflag
Téléchargez les fichiers d'extension beautiflag au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | beautiflag |
ID | ofgpfmlknkhdaobdghenekbknpglbmfb |
URL Officiel | https://chromewebstore.google.com/detail/beautiflag/ofgpfmlknkhdaobdghenekbknpglbmfb |
Description | chrome://flags is pretty now! |
Taille du Fichier | 80.13 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-01-22 |
Date de Publication | 2016-01-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | deryck.henson |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/dhenson02/beautiflag |
URL de la Page d'Aide | https://github.com/dhenson02/beautiflag/issues |
Langues Prises en Charge | 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\/" ] } |