Vanilla Dashboard - Beautiful Wallpapers
Replace the New Tab and Homepage with a fully customizable dashboard that brings you News, Weather, Wallpapers and much more!
Vanilla Dashboard - Beautiful Wallpapers란 무엇입니까?
Vanilla Dashboard - Beautiful Wallpapers은(는) Parth Shah에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace the New Tab and Homepage with a fully customizable dashboard that brings you News, Weather, Wallpapers and much more!"입니다.
확장 프로그램 스크린샷
Vanilla Dashboard - Beautiful Wallpapers 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A New Tab and Home screen that gives you a moment of calm and inspires you to be more productive replacing the default homepage. Customize your homepage and get things done quickly and efficiently. Basic Features: • Sleek dashboard with current time and wallpaper. • New Wallpaper Everyday. Now with custom categories! • Quick Links to your favourite websites. • Links to your Most Visited websites. • A Countdown Timer for a special event. Additional Features: • Weather • News from around the world based on your interest. Permissions: An extension requires several permissions (access rights) in order to provide better features. The permissions required by Vanilla Dashboard along with their usage are mentioned below. • "Replace the page you see when opening new tab": This is a basic permission to change your homepage to provide the core functionality of this extension. • "Access to vanilladashboard.xyz website": This website serves the extension with the news, weather and wallpaper data through an API. • "Access to images.unsplash.com website": This website serves daily HD wallpapers. • "Read a list of your most frequently visited websites": This permission is required for the "Most Visited" sites feature at the top-left corner of the page. • "Detect your physical location": Your physical location is required to automatically serve the weather.
확장 프로그램 기본 정보
이름 | Vanilla Dashboard - Beautiful Wallpapers |
ID | edlikndmglpbofmalkaifiigaepoieah |
공식 URL | https://chromewebstore.google.com/detail/vanilla-dashboard-beautif/edlikndmglpbofmalkaifiigaepoieah |
설명 | Replace the New Tab and Homepage with a fully customizable dashboard that brings you News, Weather, Wallpapers and much more! |
파일 크기 | 1.05 MB |
설치 횟수 | 455 |
현재 버전 | 8.6 |
최근 업데이트 | 2022-08-11 |
출시 날짜 | 2020-07-02 |
평점 | 4.76/5 총 42 개의 평점 |
개발자 | Parth Shah |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "8.6", "name": "Vanilla Dashboard - Beautiful Wallpapers", "short_name": "Vanilla Dashboard", "description": "Replace the New Tab and Homepage with a fully customizable dashboard that brings you News, Weather, Wallpapers and much more!", "icons": { "128": "images\/icons\/logo_128.png" }, "options_page": "settings.html", "browser_action": { "default_icon": { "128": "images\/icons\/logo_128.png" }, "default_title": "Vanilla Dashboard" }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "offline_enabled": true, "permissions": [ "https:\/\/images.unsplash.com\/", "*:\/\/*.vanilladashboard.xyz\/*", "topSites", "geolocation" ] } |