Good Morning

Be more productive each morning by avoiding distracting websites

Cos'è Good Morning?

Good Morning è un'estensione di Chrome sviluppata da Travis Wimer, e la sua funzione principale è "Be more productive each morning by avoiding distracting websites".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Good Morning

Scarica i file di estensione Good Morning 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

                        You've probably heard that most successful people know how to get work done in the morning. Good Morning is an extension to help you be more productive during those early hours by:

- Blocking common distracting sites
- Allowing you to add/remove sites to block
- Giving you the option to bypass the blocker on a site for 5 minutes
- Automatically letting you browse freely after noon                    

Informazioni di Base sull'Estensione

Nome Good Morning Good Morning
ID icjnjamlfgbdinjffhckkbgdpkddnlnk
URL Ufficiale https://chromewebstore.google.com/detail/good-morning/icjnjamlfgbdinjffhckkbgdpkddnlnk
Descrizione Be more productive each morning by avoiding distracting websites
Dimensione del File 214 KB
Conteggio Installazioni 50
Versione Corrente 0.0.3
Ultimo Aggiornamento 2013-09-07
Data di Pubblicazione 2013-09-07
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Travis Wimer
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Good Morning",
    "description": "Be more productive each morning by avoiding distracting websites",
    "version": "0.0.3",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "scripts\/request_handler.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery-2.0.1.min.js",
                "scripts\/redirect.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "scripts\/jquery-2.0.1.min.map"
    ]
}