SearchFX Animated Backgrounds New Tab

Bring your screen to life! Experience the best collection of free live wallpapers to make your new tab come alive.

SearchFX Animated Backgrounds New Tab란 무엇입니까?

SearchFX Animated Backgrounds New Tab은(는) Search FX에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring your screen to life! Experience the best collection of free live wallpapers to make your new tab come alive."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

SearchFX Animated Backgrounds New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Be dazzled by moving stars, flowers, night skies, glowing particles, geometric shapes, glitters, and more with these animated backgrounds built with CSS & JavaScript.

SearchFX New Tab extension offers captivating background animations whenever you open a new tab.

Each animation is unique. Enjoy animated background effects without having to download any wallpaper.

SearchFX also gives you quick access to search the web using Yahoo! and conveniently displays the time and date on the page.  

Create mood and enhance the aesthetics of your default browser page with these awesome CSS & JavaScript background effects!

Have some suggestions? Get in touch with us at [email protected].                    

확장 프로그램 기본 정보

이름 SearchFX Animated Backgrounds New Tab SearchFX Animated Backgrounds New Tab
ID aplckcdlefbijcaocjeeepbagcpckodk
공식 URL https://chromewebstore.google.com/detail/searchfx-animated-backgro/aplckcdlefbijcaocjeeepbagcpckodk
설명 Bring your screen to life! Experience the best collection of free live wallpapers to make your new tab come alive.
파일 크기 52.15 KB
설치 횟수 11,244
현재 버전 3.0.13
최근 업데이트 2022-08-07
출시 날짜 2022-07-30
평점 4.20/5 총 5 개의 평점
개발자 Search FX
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://searchfx.net
개인정보 보호 정책 페이지 URL https://searchfx.net/privacy.php
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SearchFX Animated Backgrounds New Tab",
    "description": "Bring your screen to life! Experience the best collection of free live wallpapers to make your new tab come alive.",
    "version": "3.0.13",
    "short_name": "SearchFX",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        },
        "default_title": "SearchFX Animated Backgrounds New Tab"
    },
    "background": {
        "service_worker": "main.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.searchfx.net\/*"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.searchfx.net\/*"
            ],
            "js": [
                "js\/content-scripts\/installed.js",
                "js\/content-scripts\/event-handler.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3
}