Happiness Dashboard
This browser extension gives the user happiness each time they open a new tab
Was ist Happiness Dashboard?
Happiness Dashboard ist eine Chrome-Erweiterung, die von Tastola entwickelt wurde, und ihr Hauptmerkmal ist "This browser extension gives the user happiness each time they open a new tab".
Erweiterungsscreenshots
Happiness Dashboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Happiness Dashboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Happiness Dashboard |
ID | oneanpfkjoecldedcopalhkhneiehggo |
Offizielle URL | https://chromewebstore.google.com/detail/happiness-dashboard/oneanpfkjoecldedcopalhkhneiehggo |
Beschreibung | This browser extension gives the user happiness each time they open a new tab |
Dateigröße | 385 KB |
Installationsanzahl | 36 |
Aktuelle Version | 20.0 |
Letztes Update | 2024-02-12 |
Veröffentlichungsdatum | 2019-10-17 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | Tastola |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Abdo-A/dashboard-browser-extension |
Hilfeseite URL | https://linkedin.com/in/abdelrahman-mohamadeen-3536b4a6/ |
URL der Datenschutzrichtlinien-Seite | https://www.privacypolicies.com/live/6160e2e3-73ca-456d-9c7e-bba3995ebdac |
Unterstützte Sprachen | 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" ] } |