Reminders of Inspiration

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

What is Reminders of Inspiration?

Reminders of Inspiration is a Chrome extension developed by Evy, and its main feature is "A new tab page that displays your own custom inspirational quotations and images".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Reminders of Inspiration Extension CRX File

Download Reminders of Inspiration extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Reminders of Inspiration Reminders of Inspiration
ID bfjpeobppojibdjcnccgdpahdcbbmicg
Official URL https://chromewebstore.google.com/detail/reminders-of-inspiration/bfjpeobppojibdjcnccgdpahdcbbmicg
Description A new tab page that displays your own custom inspirational quotations and images
File Size 90.26 KB
Installation Count 141
Current Version 1.3
Last Updated 2017-05-13
Publish Date 2017-05-13
Rating 5.00/5 Total 9 Ratings
Developer Evy
Payment Type free
Supported Languages 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"
    ]
}