Reminder

Create simple reminders with this chrome extension. Input message and time and you are set.

Qu'est-ce que Reminder ?

Reminder est une extension Chrome développée par Andy Young, et sa fonction principale est "Create simple reminders with this chrome extension. Input message and time and you are set.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Reminder

Téléchargez les fichiers d'extension Reminder 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

                        Simple, fast, and elegant Reminder chrome extension. It will keep track of everything in the background, and remind you when it is time.                    

Informations de Base sur l'Extension

Nom Reminder Reminder
ID jllcblicpghgjfoldcphpiekbmoamflm
URL Officiel https://chromewebstore.google.com/detail/reminder/jllcblicpghgjfoldcphpiekbmoamflm
Description Create simple reminders with this chrome extension. Input message and time and you are set.
Taille du Fichier 94.52 KB
Nombre d'Installations 16
Version Actuelle 1.1
Dernière Mise à Jour 2018-03-10
Date de Publication 2018-03-09
Développeur Andy Young
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reminder",
    "description": "Create simple reminders with this chrome extension. Input message and time and you are set.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}