Dark Side
An extension that helps you to change any website to dark mode and change the font of any website to your desired font
Hvad er Dark Side?
Dark Side er en Chrome-udvidelse udviklet af Emmanuel Aina, og dens hovedfunktion er "An extension that helps you to change any website to dark mode and change the font of any website to your desired font".
Udvidelsesskærmbilleder
Download Dark Side-udvidelses-CRX-fil
Download Dark Side-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension helps you to change any website to dark mode and change the font of any website to your desired font
Grundlæggende oplysninger om udvidelsen
Navn | Dark Side |
ID | mepmobcikgjmkmfpogmigbmliihpnpkb |
Officiel URL | https://chromewebstore.google.com/detail/dark-side/mepmobcikgjmkmfpogmigbmliihpnpkb |
Beskrivelse | An extension that helps you to change any website to dark mode and change the font of any website to your desired font |
Filstørrelse | 21.13 KB |
Antal Installationer | 819 |
Nuværende Version | 1.5 |
Senest Opdateret | 2019-09-23 |
Udgivelsesdato | 2019-09-23 |
Bedømmelse | 3.17/5 Samlet 6 Bedømmelser |
Udvikler | Emmanuel Aina |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Side", "version": "1.5", "description": "An extension that helps you to change any website to dark mode and change the font of any website to your desired font", "permissions": [ "declarativeContent", "tabs", "storage", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup\/popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_page": "options.html", "manifest_version": 2 } |