Happiness Dashboard

This browser extension gives the user happiness each time they open a new tab

Τι είναι το Happiness Dashboard;

Το Happiness Dashboard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tastola, και η κύρια λειτουργία του είναι "This browser extension gives the user happiness each time they open a new tab".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Happiness Dashboard

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

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

                        This is a browser extension that will give you happiness, all sorts.

Now, you can choose the themes (topics) of the random backgrounds you want to get each time you open a new tab. (for example: 'flowers', 'china',...)
You can also search through Google. There is a Google search input for convenience.
It also supports sticky notes! Save whatever notes you like, to find it whenever you're back.

It is made by Abdelrahman Mohamadeen.
You can refer to him at:
https://linkedin.com/in/abdelrahman-mohamadeen-3536b4a6/

And to the code at:
https://github.com/Abdo-A/dashboard-browser-extension                    

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

Όνομα Happiness Dashboard Happiness Dashboard
ID oneanpfkjoecldedcopalhkhneiehggo
Επίσημο URL https://chromewebstore.google.com/detail/happiness-dashboard/oneanpfkjoecldedcopalhkhneiehggo
Περιγραφή This browser extension gives the user happiness each time they open a new tab
Μέγεθος Αρχείου 385 KB
Αριθμός Εγκαταστάσεων 36
Τρέχουσα Έκδοση 20.0
Τελευταία Ενημέρωση 2024-02-12
Ημερομηνία Δημοσίευσης 2019-10-17
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Tastola
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/Abdo-A/dashboard-browser-extension
Διεύθυνση URL της Σελίδας Βοήθειας https://linkedin.com/in/abdelrahman-mohamadeen-3536b4a6/
URL της Σελίδας Πολιτικής Απορρήτου https://www.privacypolicies.com/live/6160e2e3-73ca-456d-9c7e-bba3995ebdac
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Happiness Dashboard",
    "version": "20.0",
    "description": "This browser extension gives the user happiness each time they open a new tab",
    "permissions": [
        "bookmarks"
    ],
    "action": {
        "default_icon": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "https:\/\/generator-online.com\/api\/v1\/compliments"
    ]
}