Back To Work!

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

Was ist Back To Work!?

Back To Work! ist eine Chrome-Erweiterung, die von rhnvrm entwickelt wurde, und ihr Hauptmerkmal ist "Display a notification on selected websites to remind you to get back to work.".

Erweiterungsscreenshots

screenshot

Back To Work!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Back To Work!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Back To Work! Back To Work!
ID njaifcgiknihkjofpbjhfpmhjicblgoo
Offizielle URL https://chromewebstore.google.com/detail/back-to-work/njaifcgiknihkjofpbjhfpmhjicblgoo
Beschreibung Display a notification on selected websites to remind you to get back to work.
Dateigröße 1.66 MB
Installationsanzahl 38
Aktuelle Version 0.0.3
Letztes Update 2016-04-02
Veröffentlichungsdatum 2016-04-02
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler rhnvrm
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}