Bing Image New Tab

Simple new tab with beautiful bing.com daily wallpaper.

Bing Image New Tab란 무엇입니까?

Bing Image New Tab은(는) wangzheng422에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple new tab with beautiful bing.com daily wallpaper."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bing Image New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Super simple, just install, and accept it to take over the new tab. Then you can see bing wallpaper in new tab. Just enjoy the beautiful.

based on https://codingcat.cn/ataraxia/ .                    

확장 프로그램 기본 정보

이름 Bing Image New Tab Bing Image New Tab
ID hahpccmdkmgmaoebhfnkpcnndnklfbpj
공식 URL https://chromewebstore.google.com/detail/bing-image-new-tab/hahpccmdkmgmaoebhfnkpcnndnklfbpj
설명 Simple new tab with beautiful bing.com daily wallpaper.
파일 크기 8.42 MB
설치 횟수 916
현재 버전 1.3
최근 업데이트 2024-01-02
출시 날짜 2020-12-20
평점 4.17/5 총 6 개의 평점
개발자 wangzheng422
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/wangzheng422/chrome_newtab_wallpaper
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "BingTabImage",
    "default_locale": "en",
    "author": "wangzheng422",
    "homepage_url": "https:\/\/github.com\/wangzheng422\/chrome_newtab_wallpaper",
    "description": "__MSG_extension_desc__",
    "version": "1.3",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "icons": {
        "16": ".\/icon.png",
        "32": ".\/icon.png",
        "48": ".\/icon.png",
        "128": ".\/icon.png"
    },
    "permissions": [
        "*:\/\/*.bing.com\/*"
    ],
    "background": {
        "scripts": [
            ".\/scripts\/background.js"
        ]
    },
    "options_page": "options.html"
}