Harmony Dashboard
A fast and cognitive way to manage your tabs, work and entertainment
O que é Harmony Dashboard?
Harmony Dashboard é uma extensão do Chrome desenvolvida por https://www.webizz.biz, e sua principal característica é "A fast and cognitive way to manage your tabs, work and entertainment".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Harmony Dashboard
Baixe arquivos de extensão Harmony 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
Beautiful, intuitive and easy way to manage tabs, work, entertainment and much more to come. It's good if you use many multiple tabs, its also great if you want to use as minimum as possible. - Compatible with 'The Great Suspender' - Tabs Management - Easy Bookmarks - Categorized and organized every-day links - Offline music player included - Plus a clean, retro, minimal feelings Hope You'all enjoy. If you like it, rate it!
Informações Básicas da Extensão
Nome | Harmony Dashboard |
ID | ofoofpmeejccopdhmbnnpklknomjamfk |
URL Oficial | https://chromewebstore.google.com/detail/harmony-dashboard/ofoofpmeejccopdhmbnnpklknomjamfk |
Descrição | A fast and cognitive way to manage your tabs, work and entertainment |
Tamanho do Arquivo | 3.63 MB |
Contagem de Instalações | 23 |
Versão Atual | 0.4 |
Última Atualização | 2017-01-23 |
Data de Publicação | 2017-01-22 |
Desenvolvedor | https://www.webizz.biz |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://site.webizz.biz/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Harmony Dashboard", "description": "A fast and cognitive way to manage your tabs, work and entertainment", "version": "0.4", "manifest_version": 2, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "tabs", "bookmarks", "storage", "http:\/\/site.webizz.biz\/" ], "icons": { "16": "webuilder-16.png", "32": "webuilder-32.png", "128": "webuilder-128.png" }, "browser_action": { "default_icon": "webuilder-128.png", "default_popup": "popup.html" }, "chrome_url_overrides": { "newtab": "dashboard.html" } } |