Progress Dashboard
Stay productive with Progress Bars!
什麼是Progress Dashboard?
Progress Dashboard是由https://progressdash.xyz開發的Chrome擴展程式,該擴展的主要功能是“Stay productive with Progress Bars!”。
擴展截圖
下載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! 擴展基本資訊
| 名稱 | |
| ID | hmejblemllciaklhffpinjgkbngcoopb |
| 官方網址 | 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'"
} | |