Stay focused

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

What is Stay focused?

Stay focused is a Chrome extension developed by https://paulspelman.com, and its main feature is "Get a reminder to stay on task when you open a new tab to procrastinate.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Stay focused Extension CRX File

Download Stay focused extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Stay focused Stay focused
ID hdapgldmkapoplmijdlennaekoaaekcn
Official URL https://chromewebstore.google.com/detail/stay-focused/hdapgldmkapoplmijdlennaekoaaekcn
Description Get a reminder to stay on task when you open a new tab to procrastinate.
File Size 33.63 KB
Installation Count 91
Current Version 1.0
Last Updated 2019-06-28
Publish Date 2019-06-28
Rating 5.00/5 Total 1 Ratings
Developer https://paulspelman.com
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}