MyReminder Plugin
This extension is used to simply set time based reminders
Qu'est-ce que MyReminder Plugin ?
MyReminder Plugin est une extension Chrome développée par xxnations, et sa fonction principale est "This extension is used to simply set time based reminders".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MyReminder Plugin
Téléchargez les fichiers d'extension MyReminder Plugin 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
MyReminder * A simple extension to set quick reminders * You will never miss an notification even on browser or machine restart * You will get missed notifications on browser restart * Quick shortcuts for setting time * Simple and clear user interface * Quick Panel to see upcoming reminders * Option to delete any reminder * Notifications don't go away till you click on it.
Informations de Base sur l'Extension
Nom | MyReminder Plugin |
ID | mgimgbbcalnbghoaanhcheipioodieil |
URL Officiel | https://chromewebstore.google.com/detail/myreminder-plugin/mgimgbbcalnbghoaanhcheipioodieil |
Description | This extension is used to simply set time based reminders |
Taille du Fichier | 659 KB |
Nombre d'Installations | 47 |
Version Actuelle | 1.10 |
Dernière Mise à Jour | 2018-07-20 |
Date de Publication | 2018-07-19 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | xxnations |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MyReminder Plugin", "description": "This extension is used to simply set time based reminders", "version": "1.10", "author": "xxnations", "browser_action": { "default_icon": "images\/icons\/reminder.png", "default_popup": "myreminder.html" }, "permissions": [ "notifications" ], "background": { "scripts": [ "js\/notification.js", "js\/localstorage.js", "js\/background.js" ] }, "icons": { "16": "images\/icons\/reminder16x16.png", "48": "images\/icons\/reminder48x48.png", "128": "images\/icons\/reminder128x128.png" } } |