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 là gì?

SearchFX Animated Backgrounds New Tab là một tiện ích mở rộng Chrome được phát triển bởi Search FX, và tính năng chính của nó là "Bring your screen to life! Experience the best collection of free live wallpapers to make your new tab come alive.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SearchFX Animated Backgrounds New Tab

Tải xuống các tệp mở rộng SearchFX Animated Backgrounds New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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].                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SearchFX Animated Backgrounds New Tab SearchFX Animated Backgrounds New Tab
ID aplckcdlefbijcaocjeeepbagcpckodk
URL Chính Thức https://chromewebstore.google.com/detail/searchfx-animated-backgro/aplckcdlefbijcaocjeeepbagcpckodk
Mô tả Bring your screen to life! Experience the best collection of free live wallpapers to make your new tab come alive.
Kích Thước Tệp 52.15 KB
Số Lần Cài Đặt 11,244
Phiên Bản Hiện Tại 3.0.13
Cập Nhật Lần Cuối 2022-08-07
Ngày Phát Hành 2022-07-30
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Search FX
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://searchfx.net
URL Trang Chính Sách Bảo Mật https://searchfx.net/privacy.php
Ngôn Ngữ Được Hỗ Trợ 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
}