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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
        }
    }
}