Harmony Dashboard

A fast and cognitive way to manage your tabs, work and entertainment

Was ist Harmony Dashboard?

Harmony Dashboard ist eine Chrome-Erweiterung, die von https://www.webizz.biz entwickelt wurde, und ihr Hauptmerkmal ist "A fast and cognitive way to manage your tabs, work and entertainment".

Erweiterungsscreenshots

screenshot
screenshot

Harmony Dashboard-Erweiterungs-CRX-Datei herunterladen

Laden Sie Harmony Dashboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Harmony Dashboard Harmony Dashboard
ID ofoofpmeejccopdhmbnnpklknomjamfk
Offizielle URL https://chromewebstore.google.com/detail/harmony-dashboard/ofoofpmeejccopdhmbnnpklknomjamfk
Beschreibung A fast and cognitive way to manage your tabs, work and entertainment
Dateigröße 3.63 MB
Installationsanzahl 23
Aktuelle Version 0.4
Letztes Update 2017-01-23
Veröffentlichungsdatum 2017-01-22
Entwickler https://www.webizz.biz
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://site.webizz.biz/
Unterstützte Sprachen 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"
    }
}