Wikipedia Dark Mode
View the Wikipedia website with a dark color scheme instead of the default light scheme.
O que é Wikipedia Dark Mode?
Wikipedia Dark Mode é uma extensão do Chrome desenvolvida por Dirk Lach, e sua principal característica é "View the Wikipedia website with a dark color scheme instead of the default light scheme.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wikipedia Dark Mode
Baixe arquivos de extensão Wikipedia Dark Mode no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension is useful for users who prefer a darker aesthetic, or for those who find the dark mode easier on the eyes when reading for extended periods of time. The plugin can be easily installed from the Chrome Web Store and activated with the click of a button. Once enabled, the Wikipedia website will automatically switch to a dark color scheme, providing a more immersive and comfortable reading experience.
Informações Básicas da Extensão
Nome | Wikipedia Dark Mode |
ID | jallfikmipepigfdkhpcpbpdeoindjme |
URL Oficial | https://chromewebstore.google.com/detail/wikipedia-dark-mode/jallfikmipepigfdkhpcpbpdeoindjme |
Descrição | View the Wikipedia website with a dark color scheme instead of the default light scheme. |
Tamanho do Arquivo | 83.39 KB |
Contagem de Instalações | 327 |
Versão Atual | 0.1.2 |
Última Atualização | 2022-12-08 |
Data de Publicação | 2022-12-06 |
Classificação | 4.00/5 Total de 3 Avaliações |
Desenvolvedor | Dirk Lach |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.dirklach.com/privacy.html |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wikipedia Dark Mode", "version": "0.1.2", "description": "View the Wikipedia website with a dark color scheme instead of the default light scheme.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/*.wikipedia.org\/*" ] } ] } |