Motivation

Replace new tab page with Motivation

ما هو Motivation؟

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

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

screenshot

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

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

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

                        Replaces your 'new-tab' page with a real-time counter showing your current age.                    

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

الاسم Motivation Motivation
ID ofdgfpchbidcgncgfpdlpclnpaemakoj
عنوان URL الرسمي https://chromewebstore.google.com/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj
الوصف Replace new tab page with Motivation
حجم الملف 96.48 KB
عدد التثبيتات 37,605
النسخة الحالية 0.6
آخر تحديث 2014-07-18
تاريخ النشر 2014-07-17
تقييم 4.44/5 مجموع تقييمات 412
المطور maccman
نوع الدفع free
اللغات المدعومة 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 Motivation",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Motivation",
    "offline_enabled": true,
    "version": "0.6"
}