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
官方網址 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"
    ]
}