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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
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"
    }
}