Back To Work!

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

Qu'est-ce que Back To Work! ?

Back To Work! est une extension Chrome développée par rhnvrm, et sa fonction principale est "Display a notification on selected websites to remind you to get back to work.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Back To Work!

Téléchargez les fichiers d'extension Back To Work! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Back To Work! Back To Work!
ID njaifcgiknihkjofpbjhfpmhjicblgoo
URL Officiel https://chromewebstore.google.com/detail/back-to-work/njaifcgiknihkjofpbjhfpmhjicblgoo
Description Display a notification on selected websites to remind you to get back to work.
Taille du Fichier 1.66 MB
Nombre d'Installations 38
Version Actuelle 0.0.3
Dernière Mise à Jour 2016-04-02
Date de Publication 2016-04-02
Évaluation 4.33/5 Total 3 Évaluations
Développeur rhnvrm
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}