Bing Image New Tab

Simple new tab with beautiful bing.com daily wallpaper.

Bing Image New Tabคืออะไร?

Bing Image New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wangzheng422 และคุณลักษณะหลักของมันคือ "Simple new tab with beautiful bing.com daily wallpaper."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bing Image New Tab

ดาวน์โหลดไฟล์ส่วนขยาย Bing Image New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}