Daily Motivation

Replace new tab page with Daily Motivation

ما هو Daily Motivation؟

Daily Motivation هو إضافة Chrome تم تطويرها بواسطة aarohmankad، والميزة الرئيسية لها هي "Replace new tab page with Daily Motivation".

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

screenshot

تحميل ملف CRX للإضافة Daily Motivation

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

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

                        This new tab page counts down the hours, minutes, and seconds left today to keep you motivated throughout your day.

It feels like you're always competing on the clock to get your tasks done!                    

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

الاسم Daily Motivation Daily Motivation
ID mmgepjldageingldphdeebmgaemdciio
عنوان URL الرسمي https://chromewebstore.google.com/detail/daily-motivation/mmgepjldageingldphdeebmgaemdciio
الوصف Replace new tab page with Daily Motivation
حجم الملف 62.54 KB
عدد التثبيتات 700
النسخة الحالية 0.15
آخر تحديث 2017-06-21
تاريخ النشر 2017-06-20
تقييم 4.08/5 مجموع تقييمات 13
المطور aarohmankad
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.github.com/aarohmankad/motivation
عنوان صفحة المساعدة http://www.github.com/aarohmankad/motivation
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replace new tab page with Daily Motivation",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Daily Motivation",
    "offline_enabled": true,
    "version": "0.15"
}