Harmony Dashboard
A fast and cognitive way to manage your tabs, work and entertainment
Harmony Dashboard क्या है?
Harmony Dashboard https://www.webizz.biz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A fast and cognitive way to manage your tabs, work and entertainment"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Harmony Dashboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |