Back To Work!

Display a notification on selected websites to remind you to get back to work.

What is Back To Work!?

Back To Work! is a Chrome extension developed by rhnvrm, and its main feature is "Display a notification on selected websites to remind you to get back to work.".

Extension Screenshots

screenshot

Download Back To Work! Extension CRX File

Download Back To Work! 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

                        Display a small notification on selected websites to remind you to get back to work. 

It's OpenSource Too! You can contribute to the extension with your ideas and code at https://github.com/rhnvrm/back2work                    

Extension Basic Information

Name Back To Work! Back To Work!
ID njaifcgiknihkjofpbjhfpmhjicblgoo
Official URL https://chromewebstore.google.com/detail/back-to-work/njaifcgiknihkjofpbjhfpmhjicblgoo
Description Display a notification on selected websites to remind you to get back to work.
File Size 1.66 MB
Installation Count 38
Current Version 0.0.3
Last Updated 2016-04-02
Publish Date 2016-04-02
Rating 4.33/5 Total 3 Ratings
Developer rhnvrm
Email [email protected]
Payment Type free
Supported Languages en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Back To Work!",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "author": "Rohan Verma (rhnvrm) ",
    "homepage_url": "http:\/\/rohanverma.net",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "chrome_style": true
    },
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/assets\/sounds\/*"
    ]
}