Reminders of Inspiration

A new tab page that displays your own custom inspirational quotations and images

ما هو Reminders of Inspiration؟

Reminders of Inspiration هو إضافة Chrome تم تطويرها بواسطة Evy، والميزة الرئيسية لها هي "A new tab page that displays your own custom inspirational quotations and images".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Reminders of Inspiration

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

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

                        When you see a quote/photo or your friend says something wise, and you want to remember to think about it again every so often, you can add it to this little chrome extension!

Add your own custom content, and whenever you open a new tab, it will display one of them.

--

you can star/fork me on GitHub: https://github.com/evykassirer/reminders-of-inspiration                    

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

الاسم Reminders of Inspiration Reminders of Inspiration
ID bfjpeobppojibdjcnccgdpahdcbbmicg
عنوان URL الرسمي https://chromewebstore.google.com/detail/reminders-of-inspiration/bfjpeobppojibdjcnccgdpahdcbbmicg
الوصف A new tab page that displays your own custom inspirational quotations and images
حجم الملف 90.26 KB
عدد التثبيتات 141
النسخة الحالية 1.3
آخر تحديث 2017-05-13
تاريخ النشر 2017-05-13
تقييم 5.00/5 مجموع تقييمات 9
المطور Evy
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reminders of Inspiration",
    "short_name": "Reminders",
    "description": "A new tab page that displays your own custom inspirational quotations and images",
    "version": "1.3",
    "icons": {
        "128": "bulb.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ]
}