Elementor Night Mode
Dark Mode for Elementor.
O que é Elementor Night Mode?
Elementor Night Mode é uma extensão do Chrome desenvolvida por https://swipeloft.com, e sua principal característica é "Dark Mode for Elementor.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Elementor Night Mode
Baixe arquivos de extensão Elementor Night 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
Elementor Night Mode is a browser add-on that helps you quickly turn the Elementor Editor to dark mode at night time. A button in the Elementor editor will appear that serves as an ON|OFF switch which enables you to easily and quickly turn the dark mode for Elementor ON or OFF. Elementor Dark Mode is now officially supported in the Elementor v2.8 release. I have plans to fork the Elementor dark mode CSS into this extension and allow you to switch the dark mode globally on all your Elementor websites rather than having to turn it on or off for each site. If you have feedback, don't hesitate to reach out.
Informações Básicas da Extensão
Nome | Elementor Night Mode |
ID | acknckmidiglmlbnibfmllcmlgiaicgc |
URL Oficial | https://chromewebstore.google.com/detail/elementor-night-mode/acknckmidiglmlbnibfmllcmlgiaicgc |
Descrição | Dark Mode for Elementor. |
Tamanho do Arquivo | 14.11 KB |
Contagem de Instalações | 445 |
Versão Atual | 1.0.0 |
Última Atualização | 2020-06-23 |
Data de Publicação | 2020-06-22 |
Desenvolvedor | https://swipeloft.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://swipeloft.com |
URL da Página de Ajuda | https://swipeloft.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Elementor Night Mode", "description": "Dark Mode for Elementor.", "version": "1.0.0", "permissions": [ "*:\/\/*\/*", "storage" ], "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "*action=elementor*" ], "js": [ "js\/content.js" ], "run_at": "document_start" } ], "browser_action": { "default_title": "Dark Mode for Elementor." }, "web_accessible_resources": [ "style\/style.css", "style\/userProfile.css", "style\/content.js" ], "homepage_url": "https:\/\/www.elementornightmode.com" } |