Stay focused
Get a reminder to stay on task when you open a new tab to procrastinate.
Cos'è Stay focused?
Stay focused è un'estensione di Chrome sviluppata da https://paulspelman.com, e la sua funzione principale è "Get a reminder to stay on task when you open a new tab to procrastinate.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stay focused
Scarica i file di estensione Stay focused 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
If you find yourself constantly opening new tabs to procrastinate while you should be working, this extension was created for you! Each time you open a new tab, you'll get a quote that'll help you resist the urge to waste time, and motivate you to get back to work. // If you have a quote you'd like me to add to the extension - just email me at [email protected] - cheers!
Informazioni di Base sull'Estensione
Nome | Stay focused |
ID | hdapgldmkapoplmijdlennaekoaaekcn |
URL Ufficiale | https://chromewebstore.google.com/detail/stay-focused/hdapgldmkapoplmijdlennaekoaaekcn |
Descrizione | Get a reminder to stay on task when you open a new tab to procrastinate. |
Dimensione del File | 33.63 KB |
Conteggio Installazioni | 91 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-06-28 |
Data di Pubblicazione | 2019-06-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://paulspelman.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stay focused", "description": "Get a reminder to stay on task when you open a new tab to procrastinate.", "version": "1.0", "author": "Paul Spelman", "browser_action": { "default_icon": "favicon-128.png", "default_title": "Stay focused" }, "icons": { "16": "favicon-16x16.png", "32": "favicon-32x32.png", "96": "favicon-96x96.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "activeTab" ] } |