Reminders of Inspiration

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

Qu'est-ce que Reminders of Inspiration ?

Reminders of Inspiration est une extension Chrome développée par Evy, et sa fonction principale est "A new tab page that displays your own custom inspirational quotations and images".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Reminders of Inspiration

Téléchargez les fichiers d'extension Reminders of Inspiration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Reminders of Inspiration Reminders of Inspiration
ID bfjpeobppojibdjcnccgdpahdcbbmicg
URL Officiel https://chromewebstore.google.com/detail/reminders-of-inspiration/bfjpeobppojibdjcnccgdpahdcbbmicg
Description A new tab page that displays your own custom inspirational quotations and images
Taille du Fichier 90.26 KB
Nombre d'Installations 141
Version Actuelle 1.3
Dernière Mise à Jour 2017-05-13
Date de Publication 2017-05-13
Évaluation 5.00/5 Total 9 Évaluations
Développeur Evy
Type de Paiement free
Langues Prises en Charge 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"
    ]
}