Stay focused

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

Qu'est-ce que Stay focused ?

Stay focused est une extension Chrome développée par https://paulspelman.com, et sa fonction principale est "Get a reminder to stay on task when you open a new tab to procrastinate.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Stay focused

Téléchargez les fichiers d'extension Stay focused au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Stay focused Stay focused
ID hdapgldmkapoplmijdlennaekoaaekcn
URL Officiel https://chromewebstore.google.com/detail/stay-focused/hdapgldmkapoplmijdlennaekoaaekcn
Description Get a reminder to stay on task when you open a new tab to procrastinate.
Taille du Fichier 33.63 KB
Nombre d'Installations 91
Version Actuelle 1.0
Dernière Mise à Jour 2019-06-28
Date de Publication 2019-06-28
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://paulspelman.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}