Harmony Dashboard

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

Hvad er Harmony Dashboard?

Harmony Dashboard er en Chrome-udvidelse udviklet af https://www.webizz.biz, og dens hovedfunktion er "A fast and cognitive way to manage your tabs, work and entertainment".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Harmony Dashboard-udvidelses-CRX-fil

Download Harmony Dashboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Harmony Dashboard Harmony Dashboard
ID ofoofpmeejccopdhmbnnpklknomjamfk
Officiel URL https://chromewebstore.google.com/detail/harmony-dashboard/ofoofpmeejccopdhmbnnpklknomjamfk
Beskrivelse A fast and cognitive way to manage your tabs, work and entertainment
Filstørrelse 3.63 MB
Antal Installationer 23
Nuværende Version 0.4
Senest Opdateret 2017-01-23
Udgivelsesdato 2017-01-22
Udvikler https://www.webizz.biz
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://site.webizz.biz/
Understøttede Sprog 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"
    }
}