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”。
扩展截图
下载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 |
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" } } |