Harmony Dashboard

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

Co to jest Harmony Dashboard?

Harmony Dashboard to rozszerzenie Chrome opracowane przez https://www.webizz.biz, a jego główną funkcją jest „A fast and cognitive way to manage your tabs, work and entertainment”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Harmony Dashboard

Pobierz pliki rozszerzeń Harmony Dashboard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Harmony Dashboard Harmony Dashboard
ID ofoofpmeejccopdhmbnnpklknomjamfk
Oficjalny URL https://chromewebstore.google.com/detail/harmony-dashboard/ofoofpmeejccopdhmbnnpklknomjamfk
Opis A fast and cognitive way to manage your tabs, work and entertainment
Rozmiar pliku 3.63 MB
Liczba instalacji 23
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2017-01-23
Data Publikacji 2017-01-22
Deweloper https://www.webizz.biz
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://site.webizz.biz/
Obsługiwane Języki 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"
    }
}