Back To Work!

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

Hvad er Back To Work!?

Back To Work! er en Chrome-udvidelse udviklet af rhnvrm, og dens hovedfunktion er "Display a notification on selected websites to remind you to get back to work.".

Udvidelsesskærmbilleder

screenshot

Download Back To Work!-udvidelses-CRX-fil

Download Back To Work!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Back To Work! Back To Work!
ID njaifcgiknihkjofpbjhfpmhjicblgoo
Officiel URL https://chromewebstore.google.com/detail/back-to-work/njaifcgiknihkjofpbjhfpmhjicblgoo
Beskrivelse Display a notification on selected websites to remind you to get back to work.
Filstørrelse 1.66 MB
Antal Installationer 38
Nuværende Version 0.0.3
Senest Opdateret 2016-04-02
Udgivelsesdato 2016-04-02
Bedømmelse 4.33/5 Samlet 3 Bedømmelser
Udvikler rhnvrm
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}