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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}