SearchFX New Tab

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

SearchFX New Tab là gì?

SearchFX New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://searchfx.net, 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 alive and interesting.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng SearchFX 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

                        Bring your screen to life with animated wallpapers. Experience the best collection of free live wallpapers to make your new tab alive and interesting.

Enjoy stunning animated wallpapers of landscapes, beaches, waterfalls, sunsets, mountains, forests, lakes, and much more.

Transform every browser's new tab into your own personalized home page.

This dashboard provides quick access to your most visited sites, bookmarks, web searches using Yahoo!. 

It offers quick reminders with To-Do List a notepad and apps. Time, date, weather forecast, and amazing music can also be displayed on this new tab theme.                    

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

Tên SearchFX New Tab SearchFX New Tab
ID piflinfdbkgagoknlhjpnboijlbkjflj
URL Chính Thức https://chrome.google.com/webstore/detail/searchfx-new-tab/piflinfdbkgagoknlhjpnboijlbkjflj
Mô tả Bring your screen to life! Experience the best collection of free live wallpapers to make your new tab alive and interesting.
Kích Thước Tệp 813 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 3.0.5
Cập Nhật Lần Cuối 2022-03-22
Ngày Phát Hành 2018-06-21
Đánh Giá 4.71/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://searchfx.net
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://livenewtab.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "page": "background\/index.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "SearchFX New Tab",
        "default_icon": {
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "SearchFX",
            "keyword": "SearchFX.net",
            "favicon_url": "https:\/\/searchfx.net\/new-tab\/newtab\/img\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true,
            "search_url": "https:\/\/searchfx.net\/?prod=exnt&pr=msext&pid=searchfx&v={version}&acp={source}&campaignID={campaignID}&q={searchTerms}"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content-scripts\/installed.js",
                "content-scripts\/event-handler.js"
            ],
            "matches": [
                "*:\/\/*.mystart.com\/*",
                "*:\/\/*.searchfx.net\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.mystart.com\/*",
            "*:\/\/*.searchfx.net\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.ytimg.com  https:\/\/www.googleapis.com https:\/\/*.ytimg.com https:\/\/*.mystart.com https:\/\/*.mystartcdn.com https:\/\/*.vmn.net https:\/\/api.facebook.com https:\/\/*.twitter.com; object-src 'self'",
    "description": "Bring your screen to life! Experience the best collection of free live wallpapers to make your new tab alive and interesting.",
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 2,
    "name": "SearchFX New Tab",
    "offline_enabled": true,
    "permissions": [
        "alarms",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "storage",
        "tabs",
        "topSites",
        "*:\/\/*.mystart.com\/*",
        "*:\/\/*.searchfx.net\/*"
    ],
    "short_name": "SearchFX",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.5"
}