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 |
Eメール | [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" } } |