Nudge

Raw productivity

Nudge là gì?

Nudge là một tiện ích mở rộng Chrome được phát triển bởi AlbandApps, và tính năng chính của nó là "Raw productivity".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nudge

Tải xuống các tệp mở rộng Nudge dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nudge Nudge
ID hnlfpbcpjlpcpelnjehoggfhbkjclnlh
URL Chính Thức https://chromewebstore.google.com/detail/nudge/hnlfpbcpjlpcpelnjehoggfhbkjclnlh
Mô tả Raw productivity
Kích Thước Tệp 2.4 MB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2016-11-25
Ngày Phát Hành 2016-11-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển AlbandApps
Loại Thanh Toán free
Trang Web Mở Rộng https://nudge.carrd.co/
URL Trang Trợ Giúp https://abtnudge.carrd.co/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}