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