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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}