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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Parth Shah, και η κύρια λειτουργία του είναι "Replace the New Tab and Homepage with a fully customizable dashboard that brings you News, Weather, Wallpapers and much more!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Vanilla Dashboard - Beautiful Wallpapers

Λήψη αρχείων επέκτασης Vanilla Dashboard - Beautiful Wallpapers σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
    ]
}