Back To Work!

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

Cos'è Back To Work!?

Back To Work! è un'estensione di Chrome sviluppata da rhnvrm, e la sua funzione principale è "Display a notification on selected websites to remind you to get back to work.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Back To Work!

Scarica i file di estensione Back To Work! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Back To Work! Back To Work!
ID njaifcgiknihkjofpbjhfpmhjicblgoo
URL Ufficiale https://chromewebstore.google.com/detail/back-to-work/njaifcgiknihkjofpbjhfpmhjicblgoo
Descrizione Display a notification on selected websites to remind you to get back to work.
Dimensione del File 1.66 MB
Conteggio Installazioni 38
Versione Corrente 0.0.3
Ultimo Aggiornamento 2016-04-02
Data di Pubblicazione 2016-04-02
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore rhnvrm
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}