Nudge

Raw productivity

Vad är Nudge?

Nudge är en Chrome-tillägg utvecklad av AlbandApps, och dess huvudfunktion är "Raw productivity".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Nudge-förlängningens CRX-fil

Ladda ner Nudge-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Nudge Nudge
ID hnlfpbcpjlpcpelnjehoggfhbkjclnlh
Officiell webbadress https://chromewebstore.google.com/detail/nudge/hnlfpbcpjlpcpelnjehoggfhbkjclnlh
Beskrivning Raw productivity
Filstorlek 2.4 MB
Antal Installationer 24
Aktuell Version 1.0.0.1
Senast Uppdaterad 2016-11-25
Publiceringsdatum 2016-11-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare AlbandApps
Betalningssätt free
Tilläggswebbplats https://nudge.carrd.co/
Hjälpsida URL https://abtnudge.carrd.co/
Stödda Språk 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"
    ]
}