Backdrop (Ambient)

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

Qu'est-ce que Backdrop (Ambient) ?

Backdrop (Ambient) est une extension Chrome développée par https://rotd.be, et sa fonction principale est "A simple and lightweight new tab extension inspired by Backdrop (Ambient) on Chromecast.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Backdrop (Ambient)

Téléchargez les fichiers d'extension Backdrop (Ambient) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Backdrop (Ambient) Backdrop (Ambient)
ID bkbknaabgahdigiipplclpjhjilkbdoc
URL Officiel https://chromewebstore.google.com/detail/backdrop-ambient/bkbknaabgahdigiipplclpjhjilkbdoc
Description A simple and lightweight new tab extension inspired by Backdrop (Ambient) on Chromecast.
Taille du Fichier 363 KB
Nombre d'Installations 88
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-10-24
Date de Publication 2020-06-16
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://rotd.be
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.rotd.be/
URL de la Page de Politique de Confidentialité https://www.rotd.be/privacy
Langues Prises en Charge 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"
}