Harmony Dashboard

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

Harmony Dashboard là gì?

Harmony Dashboard là một tiện ích mở rộng Chrome được phát triển bởi https://www.webizz.biz, và tính năng chính của nó là "A fast and cognitive way to manage your tabs, work and entertainment".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Harmony Dashboard

Tải xuống các tệp mở rộng Harmony Dashboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Harmony Dashboard Harmony Dashboard
ID ofoofpmeejccopdhmbnnpklknomjamfk
URL Chính Thức https://chromewebstore.google.com/detail/harmony-dashboard/ofoofpmeejccopdhmbnnpklknomjamfk
Mô tả A fast and cognitive way to manage your tabs, work and entertainment
Kích Thước Tệp 3.63 MB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2017-01-23
Ngày Phát Hành 2017-01-22
Nhà Phát Triển https://www.webizz.biz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://site.webizz.biz/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}