Progress Dashboard
Stay productive with Progress Bars!
Progress Dashboard là gì?
Progress Dashboard là một tiện ích mở rộng Chrome được phát triển bởi https://progressdash.xyz, và tính năng chính của nó là "Stay productive with Progress Bars!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Progress Dashboard
Tải xuống các tệp mở rộng Progress Dashboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hmejblemllciaklhffpinjgkbngcoopb |
URL Chính Thức | https://chrome.google.com/webstore/detail/progress-dashboard/hmejblemllciaklhffpinjgkbngcoopb |
Mô tả | Stay productive with Progress Bars! |
Kích Thước Tệp | 15.88 MB |
Số Lần Cài Đặt | 499 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2019-08-08 |
Ngày Phát Hành | 2019-08-08 |
Đánh Giá | 4.57/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | https://progressdash.xyz |
[email protected] | |
Loại Thanh Toán | in_store |
Trang Web Mở Rộng | https://progressdash.xyz |
URL Trang Trợ Giúp | https://progressdash.xyz |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |