Nudge

Raw productivity

Cos'è Nudge?

Nudge è un'estensione di Chrome sviluppata da AlbandApps, e la sua funzione principale è "Raw productivity".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Nudge

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

                        Nudge sends you notifications when you get off track.

Simply 'blacklist' the sites you want to avoid while working and then you're good to go. 

Nudge is a sexy, simple, and streamlined alternative to blocking sites. You're not 5 anymore. You should be able to decide when to take a break and for how long.

In that sense, we are a 'nudge' not a shove.

With this service you have more time to do the things you love like: snowboard, write, socialize with friends, pet kittens, and not vote for Trump.                    

Informazioni di Base sull'Estensione

Nome Nudge Nudge
ID hnlfpbcpjlpcpelnjehoggfhbkjclnlh
URL Ufficiale https://chromewebstore.google.com/detail/nudge/hnlfpbcpjlpcpelnjehoggfhbkjclnlh
Descrizione Raw productivity
Dimensione del File 2.4 MB
Conteggio Installazioni 24
Versione Corrente 1.0.0.1
Ultimo Aggiornamento 2016-11-25
Data di Pubblicazione 2016-11-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore AlbandApps
Tipo di Pagamento free
Sito Web dell'Estensione https://nudge.carrd.co/
URL della Pagina di Aiuto https://abtnudge.carrd.co/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nudge",
    "description": "Raw productivity",
    "version": "1.0.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png"
    },
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "notifications",
        "alarms",
        "storage"
    ]
}