Backdrop (Ambient)

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

O que é Backdrop (Ambient)?

Backdrop (Ambient) é uma extensão do Chrome desenvolvida por https://rotd.be, e sua principal característica é "A simple and lightweight new tab extension inspired by Backdrop (Ambient) on Chromecast.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Backdrop (Ambient)

Baixe arquivos de extensão Backdrop (Ambient) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Backdrop (Ambient) Backdrop (Ambient)
ID bkbknaabgahdigiipplclpjhjilkbdoc
URL Oficial https://chromewebstore.google.com/detail/backdrop-ambient/bkbknaabgahdigiipplclpjhjilkbdoc
Descrição A simple and lightweight new tab extension inspired by Backdrop (Ambient) on Chromecast.
Tamanho do Arquivo 363 KB
Contagem de Instalações 88
Versão Atual 1.0.5
Última Atualização 2023-10-24
Data de Publicação 2020-06-16
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://rotd.be
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.rotd.be/
URL da Página de Política de Privacidade https://www.rotd.be/privacy
Idiomas Suportados 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"
}