Dashby - personal dashboard

Productivity start page with live wallpapers, inspirational quotes, bookmarks, HD photos, weather, todolist for your browser.

Τι είναι το Dashby - personal dashboard;

Το Dashby - personal dashboard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Browser Extensions Store, και η κύρια λειτουργία του είναι "Productivity start page with live wallpapers, inspirational quotes, bookmarks, HD photos, weather, todolist for your browser.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dashby - personal dashboard

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

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

                        Perfect New Tab page with a lot of excellent features, like the ToDo list (where you can write any notes, your daily schedule, rules, reminders, and so on), inspiring quotes, weather, HD wallpapers. Dashby has a style design, universal settings panel, where you can set up anything that you need, outstanding live wallpapers on various topics, HD images, and that is just the beginning! The full list of the features you can find below:

== Features ==

✓ Super-fast flexible search which has a huge list of internet search engines, like Google, Bing, DuckDuckGo, Yahoo and many others;
✓ Weather info with animated icons for each weather state. Can work with different temperature format;
✓ Accurate location information;
✓ Digital clock with unique designs;
✓ Easy to use settings panel where you can manipulate the appearance of each block, wallpapers, location, weather;
✓ Static and live full HD wallpapers. Each of them can be selected as a background for Dashby;
✓ Synchronized Todo list & Calendar where you can organize your notes by the date and status;
✓ Inspiration, motivation, or a laugh quotes in every new tab;

== Feedback ==

Please let me know if you have any questions or require any further information to help you in providing the requested information. You can leave your comment in the "Reviews" tab.

== Improvements ==

If you have any ideas or suggestions - please leave them on the review tab, we will check them shortly. Thank you 😊                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Dashby - personal dashboard Dashby - personal dashboard
ID fonkdhbjjeipoachnabapjgljokapegg
Επίσημο URL https://chrome.google.com/webstore/detail/dashby-personal-dashboard/fonkdhbjjeipoachnabapjgljokapegg
Περιγραφή Productivity start page with live wallpapers, inspirational quotes, bookmarks, HD photos, weather, todolist for your browser.
Μέγεθος Αρχείου 12.87 MB
Αριθμός Εγκαταστάσεων 72
Τρέχουσα Έκδοση 1.3.3
Τελευταία Ενημέρωση 2021-06-04
Ημερομηνία Δημοσίευσης 2020-12-10
Αξιολόγηση 3.83/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Browser Extensions Store
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/dashby-new-tab/privacy-policy
Υποστηριζόμενες Γλώσσες de,en,en-GB,en-US,fr,no,es,it,fi,ru,uk,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/browserextensions.store\/",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "short_name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "",
        "bookmarks",
        "topSites",
        "chrome:\/\/favicon\/"
    ],
    "icons": {
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "\/tab\/tab.html"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "version": "1.3.3",
    "browser_action": {
        "default_title": "__MSG_extName__"
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}