New Tab Motivational Quotes

An extension which shows motivating quotes on the new tab page.

ما هو New Tab Motivational Quotes؟

New Tab Motivational Quotes هو إضافة Chrome تم تطويرها بواسطة Shivank Gandhi، والميزة الرئيسية لها هي "An extension which shows motivating quotes on the new tab page.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة New Tab Motivational Quotes

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

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

                        A small extension which shows motivational quotes on the New Tab page in Chrome.

I'd love to know your thoughts/suggestions in the comments.

**FEATURES**
 * Awesome selection of quotes to keep you motivated
 * Minimal typographic experience
 * Requires no permissions
 * Small size

**RELEASE NOTES**
* Added a new simpler font, based on user feedback.                    

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

الاسم New Tab Motivational Quotes New Tab Motivational Quotes
ID mganbjhcinhhpelabgdgnogoaedcakke
عنوان URL الرسمي https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke
الوصف An extension which shows motivating quotes on the new tab page.
حجم الملف 24.92 KB
عدد التثبيتات 2,850
النسخة الحالية 1.6.0
آخر تحديث 2019-04-02
تاريخ النشر 2019-04-02
تقييم 4.63/5 مجموع تقييمات 24
المطور Shivank Gandhi
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/c.amazon-adsystem.com object-src",
    "name": "New Tab Motivational Quotes",
    "manifest_version": 2,
    "description": "An extension which shows motivating quotes on the new tab page.",
    "author": "Shivank Gandhi",
    "version": "1.6.0",
    "incognito": "split",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}