Backdrop (Ambient)

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

Backdrop (Ambient) क्या है?

Backdrop (Ambient) https://rotd.be द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple and lightweight new tab extension inspired by Backdrop (Ambient) on Chromecast."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Backdrop (Ambient) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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