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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}