beautiflag
chrome://flags is pretty now!
Was ist beautiflag?
beautiflag ist eine Chrome-Erweiterung, die von deryck.henson entwickelt wurde, und ihr Hauptmerkmal ist "chrome://flags is pretty now!".
Erweiterungsscreenshots
beautiflag-Erweiterungs-CRX-Datei herunterladen
Laden Sie beautiflag-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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). Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ofgpfmlknkhdaobdghenekbknpglbmfb |
| Offizielle URL | https://chromewebstore.google.com/detail/beautiflag/ofgpfmlknkhdaobdghenekbknpglbmfb |
| Beschreibung | chrome://flags is pretty now! |
| Dateigröße | 80.13 KB |
| Installationsanzahl | 15 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2016-01-22 |
| Veröffentlichungsdatum | 2016-01-21 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | deryck.henson |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/dhenson02/beautiflag |
| Hilfeseite URL | https://github.com/dhenson02/beautiflag/issues |
| Unterstützte Sprachen | 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\/"
]
} | |