Backdrop (Ambient)

A simple and lightweight new tab extension inspired by Backdrop (Ambient) on Chromecast.

Backdrop (Ambient)คืออะไร?

Backdrop (Ambient) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rotd.be และคุณลักษณะหลักของมันคือ "A simple and lightweight new tab extension inspired by Backdrop (Ambient) on Chromecast."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Backdrop (Ambient)

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

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

                        Make your new tab more beautiful and more useful with the following features:

• New wallpaper every day
• Live weather for current location (°C/°F)
• Choose between grayscale and colored weather icons
• Lightweight, only the current image is stored on the device
• Most visited sites

The design of the extension is inspired by Backdrop (now Ambient/Daydream) on the Google Chromecast.
Users can choose to have the weather displayed with the original grayscale Backdrop icons or the new colorized Ambient icons.
We also try to keep the extension as lightweight as possible and thus do not include the wallpapers in the extension.

Weather and location data provided by Here.com
Wallpapers provided by Bing.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Backdrop (Ambient) Backdrop (Ambient)
ID bkbknaabgahdigiipplclpjhjilkbdoc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/backdrop-ambient/bkbknaabgahdigiipplclpjhjilkbdoc
คำอธิบาย A simple and lightweight new tab extension inspired by Backdrop (Ambient) on Chromecast.
ขนาดไฟล์ 363 KB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2023-10-24
วันที่เผยแพร่ 2020-06-16
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://rotd.be
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.rotd.be/
URL หน้านโยบายความเป็นส่วนตัว https://www.rotd.be/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Backdrop (Ambient)",
    "short_name": "Backdrop",
    "version": "1.0.5",
    "description": "A simple and lightweight new tab extension inspired by Backdrop (Ambient) on Chromecast.",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "icons": {
        "32": "img\/logoBackdrop-32.png",
        "128": "img\/logoBackdrop-128.png",
        "512": "img\/logoBackdrop.png"
    },
    "action": {
        "default_icon": "img\/logoBackdrop-32.png"
    },
    "author": "ROTD Apps",
    "homepage_url": "https:\/\/www.rotd.be\/backdrop",
    "permissions": [
        "alarms",
        "storage",
        "geolocation",
        "unlimitedStorage",
        "topSites"
    ],
    "host_permissions": [
        "https:\/\/*.vandamme.io\/*",
        "https:\/\/www.bing.com\/*"
    ],
    "minimum_chrome_version": "88"
}