Harmony Dashboard

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

Qu'est-ce que Harmony Dashboard ?

Harmony Dashboard est une extension Chrome développée par https://www.webizz.biz, et sa fonction principale est "A fast and cognitive way to manage your tabs, work and entertainment".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Harmony Dashboard

Téléchargez les fichiers d'extension Harmony Dashboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Harmony Dashboard Harmony Dashboard
ID ofoofpmeejccopdhmbnnpklknomjamfk
URL Officiel https://chromewebstore.google.com/detail/harmony-dashboard/ofoofpmeejccopdhmbnnpklknomjamfk
Description A fast and cognitive way to manage your tabs, work and entertainment
Taille du Fichier 3.63 MB
Nombre d'Installations 23
Version Actuelle 0.4
Dernière Mise à Jour 2017-01-23
Date de Publication 2017-01-22
Développeur https://www.webizz.biz
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://site.webizz.biz/
Langues Prises en Charge 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"
    }
}