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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Search FX และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SearchFX Animated Backgrounds New Tab

ดาวน์โหลดไฟล์ส่วนขยาย SearchFX Animated Backgrounds New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}