Nudge

Raw productivity

Nudge란 무엇입니까?

Nudge은(는) AlbandApps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Raw productivity"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Nudge 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}