Happiness Dashboard
This browser extension gives the user happiness each time they open a new tab
O que é Happiness Dashboard?
Happiness Dashboard é uma extensão do Chrome desenvolvida por Tastola, e sua principal característica é "This browser extension gives the user happiness each time they open a new tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Happiness Dashboard
Baixe arquivos de extensão Happiness Dashboard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Happiness Dashboard |
ID | oneanpfkjoecldedcopalhkhneiehggo |
URL Oficial | https://chromewebstore.google.com/detail/happiness-dashboard/oneanpfkjoecldedcopalhkhneiehggo |
Descrição | This browser extension gives the user happiness each time they open a new tab |
Tamanho do Arquivo | 385 KB |
Contagem de Instalações | 36 |
Versão Atual | 20.0 |
Última Atualização | 2024-02-12 |
Data de Publicação | 2019-10-17 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | Tastola |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Abdo-A/dashboard-browser-extension |
URL da Página de Ajuda | https://linkedin.com/in/abdelrahman-mohamadeen-3536b4a6/ |
URL da Página de Política de Privacidade | https://www.privacypolicies.com/live/6160e2e3-73ca-456d-9c7e-bba3995ebdac |
Idiomas Suportados | 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" ] } |