Harmony Dashboard
A fast and cognitive way to manage your tabs, work and entertainment
¿Qué es Harmony Dashboard?
Harmony Dashboard es una extensión de Chrome desarrollada por https://www.webizz.biz, y su función principal es "A fast and cognitive way to manage your tabs, work and entertainment".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Harmony Dashboard
Descarga archivos de extensión Harmony Dashboard en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Harmony Dashboard |
ID | ofoofpmeejccopdhmbnnpklknomjamfk |
URL Oficial | https://chromewebstore.google.com/detail/harmony-dashboard/ofoofpmeejccopdhmbnnpklknomjamfk |
Descripción | A fast and cognitive way to manage your tabs, work and entertainment |
Tamaño del Archivo | 3.63 MB |
Cantidad de Instalaciones | 23 |
Versión Actual | 0.4 |
Última Actualización | 2017-01-23 |
Fecha de Publicación | 2017-01-22 |
Desarrollador | https://www.webizz.biz |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://site.webizz.biz/ |
Idiomas Soportados | 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" } } |