Reminders of Inspiration

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

Reminders of Inspiration là gì?

Reminders of Inspiration là một tiện ích mở rộng Chrome được phát triển bởi Evy, và tính năng chính của nó là "A new tab page that displays your own custom inspirational quotations and images".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reminders of Inspiration

Tải xuống các tệp mở rộng Reminders of Inspiration dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reminders of Inspiration Reminders of Inspiration
ID bfjpeobppojibdjcnccgdpahdcbbmicg
URL Chính Thức https://chromewebstore.google.com/detail/reminders-of-inspiration/bfjpeobppojibdjcnccgdpahdcbbmicg
Mô tả A new tab page that displays your own custom inspirational quotations and images
Kích Thước Tệp 90.26 KB
Số Lần Cài Đặt 141
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2017-05-13
Ngày Phát Hành 2017-05-13
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Evy
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}