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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |