Nudge
Raw productivity
What is Nudge?
Nudge is a Chrome extension developed by AlbandApps, and its main feature is "Raw productivity".
Extension Screenshots
Download Nudge Extension CRX File
Download Nudge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Nudge |
ID | hnlfpbcpjlpcpelnjehoggfhbkjclnlh |
Official URL | https://chromewebstore.google.com/detail/nudge/hnlfpbcpjlpcpelnjehoggfhbkjclnlh |
Description | Raw productivity |
File Size | 2.4 MB |
Installation Count | 24 |
Current Version | 1.0.0.1 |
Last Updated | 2016-11-25 |
Publish Date | 2016-11-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | AlbandApps |
Payment Type | free |
Extension Website | https://nudge.carrd.co/ |
Help Page URL | https://abtnudge.carrd.co/ |
Supported Languages | 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" ] } |