Progress Dashboard
Stay productive with Progress Bars!
Cos'è Progress Dashboard?
Progress Dashboard è un'estensione di Chrome sviluppata da https://progressdash.xyz, e la sua funzione principale è "Stay productive with Progress Bars!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Progress Dashboard
Scarica i file di estensione Progress Dashboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | hmejblemllciaklhffpinjgkbngcoopb |
URL Ufficiale | https://chrome.google.com/webstore/detail/progress-dashboard/hmejblemllciaklhffpinjgkbngcoopb |
Descrizione | Stay productive with Progress Bars! |
Dimensione del File | 15.88 MB |
Conteggio Installazioni | 499 |
Versione Corrente | 3.0 |
Ultimo Aggiornamento | 2019-08-08 |
Data di Pubblicazione | 2019-08-08 |
Valutazione | 4.57/5 Totale 21 Valutazioni |
Sviluppatore | https://progressdash.xyz |
[email protected] | |
Tipo di Pagamento | in_store |
Sito Web dell'Estensione | https://progressdash.xyz |
URL della Pagina di Aiuto | https://progressdash.xyz |
Lingue Supportate | 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'" } |