Reminders of Inspiration

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

Was ist Reminders of Inspiration?

Reminders of Inspiration ist eine Chrome-Erweiterung, die von Evy entwickelt wurde, und ihr Hauptmerkmal ist "A new tab page that displays your own custom inspirational quotations and images".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Reminders of Inspiration-Erweiterungs-CRX-Datei herunterladen

Laden Sie Reminders of Inspiration-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Reminders of Inspiration Reminders of Inspiration
ID bfjpeobppojibdjcnccgdpahdcbbmicg
Offizielle URL https://chromewebstore.google.com/detail/reminders-of-inspiration/bfjpeobppojibdjcnccgdpahdcbbmicg
Beschreibung A new tab page that displays your own custom inspirational quotations and images
Dateigröße 90.26 KB
Installationsanzahl 141
Aktuelle Version 1.3
Letztes Update 2017-05-13
Veröffentlichungsdatum 2017-05-13
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler Evy
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}