beautiflag
chrome://flags is pretty now!
Vad är beautiflag?
beautiflag är en Chrome-tillägg utvecklad av deryck.henson, och dess huvudfunktion är "chrome://flags is pretty now!".
Tilläggsskärmbilder
Ladda ner beautiflag-förlängningens CRX-fil
Ladda ner beautiflag-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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). Grundläggande Information om Tillägg
| Namn | |
| ID | ofgpfmlknkhdaobdghenekbknpglbmfb |
| Officiell webbadress | https://chromewebstore.google.com/detail/beautiflag/ofgpfmlknkhdaobdghenekbknpglbmfb |
| Beskrivning | chrome://flags is pretty now! |
| Filstorlek | 80.13 KB |
| Antal Installationer | 15 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2016-01-22 |
| Publiceringsdatum | 2016-01-21 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | deryck.henson |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/dhenson02/beautiflag |
| Hjälpsida URL | https://github.com/dhenson02/beautiflag/issues |
| Stödda Språk | 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\/"
]
} | |