Happiness Dashboard
This browser extension gives the user happiness each time they open a new tab
Qu'est-ce que Happiness Dashboard ?
Happiness Dashboard est une extension Chrome développée par Tastola, et sa fonction principale est "This browser extension gives the user happiness each time they open a new tab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Happiness Dashboard
Téléchargez les fichiers d'extension Happiness Dashboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Happiness Dashboard |
ID | oneanpfkjoecldedcopalhkhneiehggo |
URL Officiel | https://chromewebstore.google.com/detail/happiness-dashboard/oneanpfkjoecldedcopalhkhneiehggo |
Description | This browser extension gives the user happiness each time they open a new tab |
Taille du Fichier | 385 KB |
Nombre d'Installations | 36 |
Version Actuelle | 20.0 |
Dernière Mise à Jour | 2024-02-12 |
Date de Publication | 2019-10-17 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | Tastola |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Abdo-A/dashboard-browser-extension |
URL de la Page d'Aide | https://linkedin.com/in/abdelrahman-mohamadeen-3536b4a6/ |
URL de la Page de Politique de Confidentialité | https://www.privacypolicies.com/live/6160e2e3-73ca-456d-9c7e-bba3995ebdac |
Langues Prises en Charge | 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" ] } |