Reminders of Inspiration

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

Cos'è Reminders of Inspiration?

Reminders of Inspiration è un'estensione di Chrome sviluppata da Evy, e la sua funzione principale è "A new tab page that displays your own custom inspirational quotations and images".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Reminders of Inspiration

Scarica i file di estensione Reminders of Inspiration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Reminders of Inspiration Reminders of Inspiration
ID bfjpeobppojibdjcnccgdpahdcbbmicg
URL Ufficiale https://chromewebstore.google.com/detail/reminders-of-inspiration/bfjpeobppojibdjcnccgdpahdcbbmicg
Descrizione A new tab page that displays your own custom inspirational quotations and images
Dimensione del File 90.26 KB
Conteggio Installazioni 141
Versione Corrente 1.3
Ultimo Aggiornamento 2017-05-13
Data di Pubblicazione 2017-05-13
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore Evy
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}