Reminders of Inspiration

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

¿Qué es Reminders of Inspiration?

Reminders of Inspiration es una extensión de Chrome desarrollada por Evy, y su función principal es "A new tab page that displays your own custom inspirational quotations and images".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Reminders of Inspiration

Descarga archivos de extensión Reminders of Inspiration en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Reminders of Inspiration Reminders of Inspiration
ID bfjpeobppojibdjcnccgdpahdcbbmicg
URL Oficial https://chromewebstore.google.com/detail/reminders-of-inspiration/bfjpeobppojibdjcnccgdpahdcbbmicg
Descripción A new tab page that displays your own custom inspirational quotations and images
Tamaño del Archivo 90.26 KB
Cantidad de Instalaciones 141
Versión Actual 1.3
Última Actualización 2017-05-13
Fecha de Publicación 2017-05-13
Calificación 5.00/5 Total de 9 Calificaciones
Desarrollador Evy
Tipo de Pago free
Idiomas Soportados 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"
    ]
}