Harmony Dashboard

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

ما هو Harmony Dashboard؟

Harmony Dashboard هو إضافة Chrome تم تطويرها بواسطة https://www.webizz.biz، والميزة الرئيسية لها هي "A fast and cognitive way to manage your tabs, work and entertainment".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Harmony Dashboard

قم بتنزيل ملفات الامتداد Harmony Dashboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Harmony Dashboard Harmony Dashboard
ID ofoofpmeejccopdhmbnnpklknomjamfk
عنوان URL الرسمي https://chromewebstore.google.com/detail/harmony-dashboard/ofoofpmeejccopdhmbnnpklknomjamfk
الوصف A fast and cognitive way to manage your tabs, work and entertainment
حجم الملف 3.63 MB
عدد التثبيتات 23
النسخة الحالية 0.4
آخر تحديث 2017-01-23
تاريخ النشر 2017-01-22
المطور https://www.webizz.biz
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://site.webizz.biz/
اللغات المدعومة 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"
    }
}