Random wallpaper

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

什麼是Random wallpaper?

Random wallpaper是由https://axemedia.com開發的Chrome擴展程式,該擴展的主要功能是“Show a random wallpaper with Bing search on your new tab page”。

擴展截圖

screenshot

下載Random wallpaper擴展crx文件

下載Random wallpaper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Random wallpaper Random wallpaper
ID mbnakgcjfddknegppggflmbjmahndkjf
官方網址 https://chromewebstore.google.com/detail/random-wallpaper/mbnakgcjfddknegppggflmbjmahndkjf
簡介 Show a random wallpaper with Bing search on your new tab page
檔案大小 80.67 KB
安裝次數 5,530
目前版本 0.6
更新時間 2023-09-27
上架時間 2023-08-27
評分 3.57/5 共 147 次評分
開發者 https://axemedia.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://axemedia.com/privacy
支援的語言 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"
        }
    }
}