Stay focused

Get a reminder to stay on task when you open a new tab to procrastinate.

Wat is Stay focused?

Stay focused is een Chrome-extensie ontwikkeld door https://paulspelman.com, en de belangrijkste functie is "Get a reminder to stay on task when you open a new tab to procrastinate.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Stay focused

Download Stay focused-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Stay focused Stay focused
ID hdapgldmkapoplmijdlennaekoaaekcn
Officiële URL https://chromewebstore.google.com/detail/stay-focused/hdapgldmkapoplmijdlennaekoaaekcn
Beschrijving Get a reminder to stay on task when you open a new tab to procrastinate.
Bestandsgrootte 33.63 KB
Aantal Installaties 91
Huidige Versie 1.0
Laatst Bijgewerkt 2019-06-28
Publicatiedatum 2019-06-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://paulspelman.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}