Back To Work!

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

Wat is Back To Work!?

Back To Work! is een Chrome-extensie ontwikkeld door rhnvrm, en de belangrijkste functie is "Display a notification on selected websites to remind you to get back to work.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Back To Work!

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

                        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                    

Basisinformatie over de Extensie

Naam Back To Work! Back To Work!
ID njaifcgiknihkjofpbjhfpmhjicblgoo
Officiële URL https://chromewebstore.google.com/detail/back-to-work/njaifcgiknihkjofpbjhfpmhjicblgoo
Beschrijving Display a notification on selected websites to remind you to get back to work.
Bestandsgrootte 1.66 MB
Aantal Installaties 38
Huidige Versie 0.0.3
Laatst Bijgewerkt 2016-04-02
Publicatiedatum 2016-04-02
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar rhnvrm
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}