Nudge

Raw productivity

什么是Nudge?

Nudge是由AlbandApps开发的Chrome扩展程序,该扩展的主要功能是“Raw productivity”。

扩展截图

screenshot
screenshot

下载Nudge扩展crx文件

下载Nudge扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Nudge Nudge
ID hnlfpbcpjlpcpelnjehoggfhbkjclnlh
官方URL https://chromewebstore.google.com/detail/nudge/hnlfpbcpjlpcpelnjehoggfhbkjclnlh
简介 Raw productivity
文件大小 2.4 MB
安装次数 24
当前版本 1.0.0.1
更新时间 2016-11-25
上架时间 2016-11-25
评分 5.00/5 共1次评分
开发者 AlbandApps
付费类型 free
扩展官网 https://nudge.carrd.co/
帮助页面URL https://abtnudge.carrd.co/
支持的语言 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"
    ]
}