Progress Dashboard
Stay productive with Progress Bars!
Apa itu Progress Dashboard?
Progress Dashboard adalah ekstensi Chrome yang dikembangkan oleh https://progressdash.xyz, dan fitur utamanya adalah "Stay productive with Progress Bars!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Progress Dashboard
Unduh file ekstensi Progress Dashboard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | hmejblemllciaklhffpinjgkbngcoopb |
URL Resmi | https://chrome.google.com/webstore/detail/progress-dashboard/hmejblemllciaklhffpinjgkbngcoopb |
Deskripsi | Stay productive with Progress Bars! |
Ukuran File | 15.88 MB |
Jumlah Instalasi | 499 |
Versi Saat Ini | 3.0 |
Terakhir Diperbarui | 2019-08-08 |
Tanggal Publikasi | 2019-08-08 |
Penilaian | 4.57/5 Total 21 Penilaian |
Pengembang | https://progressdash.xyz |
[email protected] | |
Tipe Pembayaran | in_store |
Situs Ekstensi | https://progressdash.xyz |
URL Halaman Bantuan | https://progressdash.xyz |
Bahasa yang Didukung | 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'" } |