Hero Panel

A Productivity Dashboard for Super Humans

什麼是Hero Panel?

Hero Panel是由http://heropanel.com開發的Chrome擴展程式,該擴展的主要功能是“A Productivity Dashboard for Super Humans”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Hero Panel擴展crx文件

下載Hero Panel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Hero Panel is the ultimate productivity Dashboard.
 
Create and customize your personal dashboard to get organized and inspired with our widgets. Featuring:

* Gmail
* Google Calendar
* Clock
* Calendar
* Motivation Videos
* Habits
* Tasks
* Charts and Graphs
* Soundboard
* Spotify
* Quotes
* Notes
* Pinterest

* And many more coming soon! *

We are currently in beta testing stage.  We would appreciate to receive your feedback on our contact form. If you find something wrong with our app, please contact us before giving us a negative rating :)                    

擴展基本資訊

名稱 Hero Panel Hero Panel
ID dfhcoephpbfmamheamcfgjnhahedobbc
官方網址 https://chrome.google.com/webstore/detail/hero-panel/dfhcoephpbfmamheamcfgjnhahedobbc
簡介 A Productivity Dashboard for Super Humans
檔案大小 16.6 KB
安裝次數 60
目前版本 0.4
更新時間 2016-09-14
上架時間 2016-09-14
評分 4.50/5 共 8 次評分
開發者 http://heropanel.com
付費類型 free
擴展官網 http://www.heropanel.com
說明頁面URL http://www.heropanel.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hero Panel",
    "version": "0.4",
    "manifest_version": 2,
    "description": "A Productivity Dashboard for Super Humans",
    "homepage_url": "http:\/\/heropanel.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Hero Panel"
    }
}