Harmony Dashboard
A fast and cognitive way to manage your tabs, work and entertainment
Wat is Harmony Dashboard?
Harmony Dashboard is een Chrome-extensie ontwikkeld door https://www.webizz.biz, en de belangrijkste functie is "A fast and cognitive way to manage your tabs, work and entertainment".
Extensie Screenshots
Download het CRX-bestand van de extensie Harmony Dashboard
Download Harmony Dashboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Harmony Dashboard |
ID | ofoofpmeejccopdhmbnnpklknomjamfk |
Officiële URL | https://chromewebstore.google.com/detail/harmony-dashboard/ofoofpmeejccopdhmbnnpklknomjamfk |
Beschrijving | A fast and cognitive way to manage your tabs, work and entertainment |
Bestandsgrootte | 3.63 MB |
Aantal Installaties | 23 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2017-01-23 |
Publicatiedatum | 2017-01-22 |
Ontwikkelaar | https://www.webizz.biz |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://site.webizz.biz/ |
Ondersteunde Talen | 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" } } |