Harmony Dashboard
A fast and cognitive way to manage your tabs, work and entertainment
What is Harmony Dashboard?
Harmony Dashboard is a Chrome extension developed by https://www.webizz.biz, and its main feature is "A fast and cognitive way to manage your tabs, work and entertainment".
Extension Screenshots
Download Harmony Dashboard Extension CRX File
Download Harmony Dashboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Harmony Dashboard |
ID | ofoofpmeejccopdhmbnnpklknomjamfk |
Official URL | https://chromewebstore.google.com/detail/harmony-dashboard/ofoofpmeejccopdhmbnnpklknomjamfk |
Description | A fast and cognitive way to manage your tabs, work and entertainment |
File Size | 3.63 MB |
Installation Count | 23 |
Current Version | 0.4 |
Last Updated | 2017-01-23 |
Publish Date | 2017-01-22 |
Developer | https://www.webizz.biz |
[email protected] | |
Payment Type | free |
Extension Website | http://site.webizz.biz/ |
Supported Languages | 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" } } |