Stay focused
Get a reminder to stay on task when you open a new tab to procrastinate.
Was ist Stay focused?
Stay focused ist eine Chrome-Erweiterung, die von https://paulspelman.com entwickelt wurde, und ihr Hauptmerkmal ist "Get a reminder to stay on task when you open a new tab to procrastinate.".
Erweiterungsscreenshots
Stay focused-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stay focused-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Stay focused |
ID | hdapgldmkapoplmijdlennaekoaaekcn |
Offizielle URL | https://chromewebstore.google.com/detail/stay-focused/hdapgldmkapoplmijdlennaekoaaekcn |
Beschreibung | Get a reminder to stay on task when you open a new tab to procrastinate. |
Dateigröße | 33.63 KB |
Installationsanzahl | 91 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-06-28 |
Veröffentlichungsdatum | 2019-06-28 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://paulspelman.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |