Happiness Dashboard

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

What is Happiness Dashboard?

Happiness Dashboard is a Chrome extension developed by Tastola, and its main feature is "This browser extension gives the user happiness each time they open a new tab".

Extension Screenshots

screenshot
screenshot

Download Happiness Dashboard Extension CRX File

Download Happiness Dashboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Happiness Dashboard Happiness Dashboard
ID oneanpfkjoecldedcopalhkhneiehggo
Official URL https://chromewebstore.google.com/detail/happiness-dashboard/oneanpfkjoecldedcopalhkhneiehggo
Description This browser extension gives the user happiness each time they open a new tab
File Size 385 KB
Installation Count 36
Current Version 20.0
Last Updated 2024-02-12
Publish Date 2019-10-17
Rating 5.00/5 Total 7 Ratings
Developer Tastola
Email [email protected]
Payment Type free
Extension Website https://github.com/Abdo-A/dashboard-browser-extension
Help Page URL https://linkedin.com/in/abdelrahman-mohamadeen-3536b4a6/
Privacy Policy Page URL https://www.privacypolicies.com/live/6160e2e3-73ca-456d-9c7e-bba3995ebdac
Supported Languages 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"
    ]
}