Elementor Night Mode

Dark Mode for Elementor.

Elementor Night Modeとは何ですか?

Elementor Night Modeはhttps://swipeloft.comによって開発されたChromeの拡張機能で、その主な機能は「Dark Mode for Elementor.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
}