Random wallpaper

Show a random wallpaper with Bing search on your new tab page

Random wallpaper là gì?

Random wallpaper là một tiện ích mở rộng Chrome được phát triển bởi https://axemedia.com, và tính năng chính của nó là "Show a random wallpaper with Bing search on your new tab page".

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

screenshot

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

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

                        Show a random wallpaper and search on your new tab page. This extension will make your new tab page look colorful!

By clicking "Add to Chrome", I accept and agree to installing the Random wallpaper Chrome extension and setting Chrome New Tab search provider to Microsoft Bing Search as described by the service in the Terms of Use at https://axemedia.com/terms and Privacy Policy at https://axemedia.com/privacy.

This extension is developed and distributed by:
Axe Media B.V.
Heidetuin 114
3994 PH Houten
The Netherlands

Privacy Policy: https://axemedia.com/privacy
Terms of Use: https://axemedia.com/terms
About Us: https://axemedia.com/#about
Contact Us: https://axemedia.com/#contact                    

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

Tên Random wallpaper Random wallpaper
ID mbnakgcjfddknegppggflmbjmahndkjf
URL Chính Thức https://chromewebstore.google.com/detail/random-wallpaper/mbnakgcjfddknegppggflmbjmahndkjf
Mô tả Show a random wallpaper with Bing search on your new tab page
Kích Thước Tệp 80.67 KB
Số Lần Cài Đặt 5,530
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2023-09-27
Ngày Phát Hành 2023-08-27
Đánh Giá 3.57/5 Tổng số 147 Đánh Giá
Nhà Phát Triển https://axemedia.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://axemedia.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Random wallpaper",
    "description": "Show a random wallpaper with Bing search on your new tab page",
    "version": "0.6",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "newtab.html",
                "newtab.js",
                "images\/icon128.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "axemedia.com-extension-random-wallpaper@firefox"
        }
    }
}