Reminders of Inspiration

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

Hvad er Reminders of Inspiration?

Reminders of Inspiration er en Chrome-udvidelse udviklet af Evy, og dens hovedfunktion er "A new tab page that displays your own custom inspirational quotations and images".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Reminders of Inspiration-udvidelses-CRX-fil

Download Reminders of Inspiration-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Reminders of Inspiration Reminders of Inspiration
ID bfjpeobppojibdjcnccgdpahdcbbmicg
Officiel URL https://chromewebstore.google.com/detail/reminders-of-inspiration/bfjpeobppojibdjcnccgdpahdcbbmicg
Beskrivelse A new tab page that displays your own custom inspirational quotations and images
Filstørrelse 90.26 KB
Antal Installationer 141
Nuværende Version 1.3
Senest Opdateret 2017-05-13
Udgivelsesdato 2017-05-13
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler Evy
Betalingsmetode free
Understøttede Sprog 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"
    ]
}