Happiness Dashboard

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

Happiness Dashboard là gì?

Happiness Dashboard là một tiện ích mở rộng Chrome được phát triển bởi Tastola, và tính năng chính của nó là "This browser extension gives the user happiness each time they open a new tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Happiness Dashboard

Tải xuống các tệp mở rộng Happiness Dashboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Happiness Dashboard Happiness Dashboard
ID oneanpfkjoecldedcopalhkhneiehggo
URL Chính Thức https://chromewebstore.google.com/detail/happiness-dashboard/oneanpfkjoecldedcopalhkhneiehggo
Mô tả This browser extension gives the user happiness each time they open a new tab
Kích Thước Tệp 385 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 20.0
Cập Nhật Lần Cuối 2024-02-12
Ngày Phát Hành 2019-10-17
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Tastola
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Abdo-A/dashboard-browser-extension
URL Trang Trợ Giúp https://linkedin.com/in/abdelrahman-mohamadeen-3536b4a6/
URL Trang Chính Sách Bảo Mật https://www.privacypolicies.com/live/6160e2e3-73ca-456d-9c7e-bba3995ebdac
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}