Harmony Dashboard

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

什麼是Harmony Dashboard?

Harmony Dashboard是由https://www.webizz.biz開發的Chrome擴展程式,該擴展的主要功能是“A fast and cognitive way to manage your tabs, work and entertainment”。

擴展截圖

screenshot
screenshot

下載Harmony Dashboard擴展crx文件

下載Harmony Dashboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}