Nudge

Raw productivity

Wat is Nudge?

Nudge is een Chrome-extensie ontwikkeld door AlbandApps, en de belangrijkste functie is "Raw productivity".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Nudge

Download Nudge-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Nudge Nudge
ID hnlfpbcpjlpcpelnjehoggfhbkjclnlh
Officiële URL https://chromewebstore.google.com/detail/nudge/hnlfpbcpjlpcpelnjehoggfhbkjclnlh
Beschrijving Raw productivity
Bestandsgrootte 2.4 MB
Aantal Installaties 24
Huidige Versie 1.0.0.1
Laatst Bijgewerkt 2016-11-25
Publicatiedatum 2016-11-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar AlbandApps
Betalingswijze free
Extensiewebsite https://nudge.carrd.co/
Help Pagina-URL https://abtnudge.carrd.co/
Ondersteunde Talen 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"
    ]
}