Nudge

Raw productivity

Was ist Nudge?

Nudge ist eine Chrome-Erweiterung, die von AlbandApps entwickelt wurde, und ihr Hauptmerkmal ist "Raw productivity".

Erweiterungsscreenshots

screenshot
screenshot

Nudge-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nudge-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Nudge Nudge
ID hnlfpbcpjlpcpelnjehoggfhbkjclnlh
Offizielle URL https://chromewebstore.google.com/detail/nudge/hnlfpbcpjlpcpelnjehoggfhbkjclnlh
Beschreibung Raw productivity
Dateigröße 2.4 MB
Installationsanzahl 24
Aktuelle Version 1.0.0.1
Letztes Update 2016-11-25
Veröffentlichungsdatum 2016-11-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler AlbandApps
Zahlungsart free
Erweiterungswebsite https://nudge.carrd.co/
Hilfeseite URL https://abtnudge.carrd.co/
Unterstützte Sprachen 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"
    ]
}