Better things to do

Dead simple Chrome extension to save up some time. You add a website to the list and the extension asks you to wait for 60 seconds…

What is Better things to do?

Better things to do is a Chrome extension developed by Artem Tyurin, and its main feature is "Dead simple Chrome extension to save up some time. You add a website to the list and the extension asks you to wait for 60 seconds…".

Extension Screenshots

screenshot
screenshot

Download Better things to do Extension CRX File

Download Better things to do 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

                        Dead simple Chrome extension to save up some time.

You add a website to the list and the extension asks you to wait for 60 seconds before visiting it. Timer stops if the tab is not active.

Source code: https://github.com/agentcooper/better-things-to-do.                    

Extension Basic Information

Name Better things to do Better things to do
ID begggblpkegcnammjagcmplfnpopocla
Official URL https://chromewebstore.google.com/detail/better-things-to-do/begggblpkegcnammjagcmplfnpopocla
Description Dead simple Chrome extension to save up some time. You add a website to the list and the extension asks you to wait for 60 seconds…
File Size 383 KB
Installation Count 13
Current Version 0.0.5
Last Updated 2017-02-25
Publish Date 2017-02-25
Developer Artem Tyurin
Email [email protected]
Payment Type free
Extension Website https://github.com/agentcooper/better-things-to-do
Help Page URL https://github.com/agentcooper/better-things-to-do/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better things to do",
    "version": "0.0.5",
    "author": "Artem Tyurin ",
    "background": {
        "scripts": [
            "dist\/background.bundle.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "index.html",
        "dist\/bundle.js",
        "dist\/style.css"
    ]
}