Desktop Lux: Effects

Customize your Web with stunning animations and effects.

Desktop Lux: Effectsとは何ですか?

Desktop Lux: Effectsはhttps://www.pothos.infoによって開発されたChromeの拡張機能で、その主な機能は「Customize your Web with stunning animations and effects.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Desktop Lux: Effects拡張機能のCRXファイルをダウンロード

Desktop Lux: Effects拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Desktop Lux: Effects is a one-of-a-kind browser extension that lets you super charge your web-surfing experience. It allows you to add various visual effects to any web page. Also, it can be used as a screen saver. 

Currently available effects, such as rain, leaf fall, snow, lightning, flame, smoke, electric garlands, confetti, fireworks, balloons, matrix, cursor effects and others.

UPDATE 08.10.2023: The Matrix effect has been moved from Desktop Lux: Effects to our new extension - Screensaver (https://chrome.google.com/webstore/detail/screensaver/naejhikacbhadlehaeombhofjnpcbejj).                    

拡張機能の基本情報

名前 Desktop Lux: Effects Desktop Lux: Effects
ID nlejafdphaoialgmeabdbjhmbifdompb
公式URL https://chromewebstore.google.com/detail/desktop-lux-effects/nlejafdphaoialgmeabdbjhmbifdompb
説明 Customize your Web with stunning animations and effects.
ファイルサイズ 1.33 MB
インストール数 3,000
現在のバージョン 1.03
最終更新日 2023-08-11
公開日 2021-04-27
評価 5.00/5 合計 6 レビュー
開発者 https://www.pothos.info
Eメール [email protected]
支払い方法 free
対応言語 de,en,fr,es,pt-BR,ru,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Desktop Lux: Effects",
    "version": "1.03",
    "description": "__MSG_lngExtDescription__",
    "default_locale": "en",
    "permissions": [
        "scripting",
        "activeTab",
        "storage",
        "idle",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/effects\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}