Nudge

Raw productivity

Apa itu Nudge?

Nudge adalah ekstensi Chrome yang dikembangkan oleh AlbandApps, dan fitur utamanya adalah "Raw productivity".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Nudge

Unduh file ekstensi Nudge dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Nudge Nudge
ID hnlfpbcpjlpcpelnjehoggfhbkjclnlh
URL Resmi https://chromewebstore.google.com/detail/nudge/hnlfpbcpjlpcpelnjehoggfhbkjclnlh
Deskripsi Raw productivity
Ukuran File 2.4 MB
Jumlah Instalasi 24
Versi Saat Ini 1.0.0.1
Terakhir Diperbarui 2016-11-25
Tanggal Publikasi 2016-11-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang AlbandApps
Tipe Pembayaran free
Situs Ekstensi https://nudge.carrd.co/
URL Halaman Bantuan https://abtnudge.carrd.co/
Bahasa yang Didukung 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"
    ]
}