Elementor Night Mode
Dark Mode for Elementor.
Qu'est-ce que Elementor Night Mode ?
Elementor Night Mode est une extension Chrome développée par https://swipeloft.com, et sa fonction principale est "Dark Mode for Elementor.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Elementor Night Mode
Téléchargez les fichiers d'extension Elementor Night Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Elementor Night Mode |
ID | acknckmidiglmlbnibfmllcmlgiaicgc |
URL Officiel | https://chromewebstore.google.com/detail/elementor-night-mode/acknckmidiglmlbnibfmllcmlgiaicgc |
Description | Dark Mode for Elementor. |
Taille du Fichier | 14.11 KB |
Nombre d'Installations | 445 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-06-23 |
Date de Publication | 2020-06-22 |
Développeur | https://swipeloft.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://swipeloft.com |
URL de la Page d'Aide | https://swipeloft.com |
Langues Prises en Charge | 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" } |