Elementor Night Mode
Dark Mode for Elementor.
Τι είναι το Elementor Night Mode;
Το Elementor Night Mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://swipeloft.com, και η κύρια λειτουργία του είναι "Dark Mode for Elementor.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Elementor Night Mode
Λήψη αρχείων επέκτασης Elementor Night Mode σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Elementor Night Mode |
ID | acknckmidiglmlbnibfmllcmlgiaicgc |
Επίσημο URL | https://chromewebstore.google.com/detail/elementor-night-mode/acknckmidiglmlbnibfmllcmlgiaicgc |
Περιγραφή | Dark Mode for Elementor. |
Μέγεθος Αρχείου | 14.11 KB |
Αριθμός Εγκαταστάσεων | 445 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2020-06-23 |
Ημερομηνία Δημοσίευσης | 2020-06-22 |
Προγραμματιστής | https://swipeloft.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://swipeloft.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://swipeloft.com |
Υποστηριζόμενες Γλώσσες | 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" } |