Elementor Night Mode
Dark Mode for Elementor.
什么是Elementor Night Mode?
Elementor Night Mode是由https://swipeloft.com开发的Chrome扩展程序,该扩展的主要功能是“Dark Mode for Elementor.”。
扩展截图
下载Elementor Night Mode扩展crx文件
下载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" } |