Backdrop (Ambient)

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

Backdrop (Ambient)とは何ですか?

Backdrop (Ambient)はhttps://rotd.beによって開発されたChromeの拡張機能で、その主な機能は「A simple and lightweight new tab extension inspired by Backdrop (Ambient) on Chromecast.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Backdrop (Ambient)拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}