Happiness Dashboard

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

什么是Happiness Dashboard?

Happiness Dashboard是由Tastola开发的Chrome扩展程序,该扩展的主要功能是“This browser extension gives the user happiness each time they open a new tab”。

扩展截图

screenshot
screenshot

下载Happiness Dashboard扩展crx文件

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