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."입니다.
확장 프로그램 스크린샷
Backdrop (Ambient) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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) |
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" } |