Anti-Sedentary Desktop Reminder

This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.

Apa itu Anti-Sedentary Desktop Reminder?

Anti-Sedentary Desktop Reminder adalah ekstensi Chrome yang dikembangkan oleh jin.alex, dan fitur utamanya adalah "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Anti-Sedentary Desktop Reminder

Unduh file ekstensi Anti-Sedentary Desktop Reminder 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

                        A learning project.                    

Informasi Dasar Ekstensi

Nama Anti-Sedentary Desktop Reminder Anti-Sedentary Desktop Reminder
ID occnmkldimeeohichfkokhangifpbdgf
URL Resmi https://chrome.google.com/webstore/detail/anti-sedentary-desktop-re/occnmkldimeeohichfkokhangifpbdgf
Deskripsi This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.
Ukuran File 295 KB
Jumlah Instalasi 216
Versi Saat Ini 0.9
Terakhir Diperbarui 2017-03-05
Tanggal Publikasi 2017-03-05
Penilaian 3.50/5 Total 2 Penilaian
Pengembang jin.alex
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti-Sedentary Desktop Reminder",
    "version": "0.9",
    "manifest_version": 2,
    "description": "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.",
    "browser_action": {
        "default_icon": "images\/sitting.png",
        "default_title": "Get Up",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "images\/man41.png"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "background"
    ]
}