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.

ما هو Anti-Sedentary Desktop Reminder؟

Anti-Sedentary Desktop Reminder هو إضافة Chrome تم تطويرها بواسطة jin.alex، والميزة الرئيسية لها هي "This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Anti-Sedentary Desktop Reminder

قم بتنزيل ملفات الامتداد Anti-Sedentary Desktop Reminder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        A learning project.                    

معلومات أساسية عن التمديد

الاسم Anti-Sedentary Desktop Reminder Anti-Sedentary Desktop Reminder
ID occnmkldimeeohichfkokhangifpbdgf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/anti-sedentary-desktop-re/occnmkldimeeohichfkokhangifpbdgf
الوصف This extension will make your life better. How? By disrupting you when you sit idle for too long at the screen.
حجم الملف 295 KB
عدد التثبيتات 216
النسخة الحالية 0.9
آخر تحديث 2017-03-05
تاريخ النشر 2017-03-05
تقييم 3.50/5 مجموع تقييمات 2
المطور jin.alex
نوع الدفع free
اللغات المدعومة 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"
    ]
}