Progress Dashboard

Stay productive with Progress Bars!

什么是Progress Dashboard?

Progress Dashboard是由https://progressdash.xyz开发的Chrome扩展程序,该扩展的主要功能是“Stay productive with Progress Bars!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Progress Dashboard扩展crx文件

下载Progress Dashboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        New Tab extension to boost your productivity! 

See exactly how much % of the day, week, month and year has progressed every time you open a new browser tab.

Daily inspiring photo or colorful gradient and trianglify background

Motivating quotes on every new tab

Focus on what's important with notes

Get things done, Be motivated!                    

扩展基本信息

名称 Progress Dashboard Progress Dashboard
ID hmejblemllciaklhffpinjgkbngcoopb
官方URL https://chrome.google.com/webstore/detail/progress-dashboard/hmejblemllciaklhffpinjgkbngcoopb
简介 Stay productive with Progress Bars!
文件大小 15.88 MB
安装次数 499
当前版本 3.0
更新时间 2019-08-08
上架时间 2019-08-08
评分 4.57/5 共21次评分
开发者 https://progressdash.xyz
电子邮箱 [email protected]
付费类型 in_store
扩展官网 https://progressdash.xyz
帮助页面URL https://progressdash.xyz
支持的语言 en,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon38.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "offline_enabled": true,
    "permissions": [
        "gcm",
        "notifications",
        "storage",
        "identity"
    ],
    "short_name": "Eternity",
    "version": "3.0",
    "web_accessible_resources": [
        "index.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/cdn.ravenjs.com; object-src 'self'"
}