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