URL Reminders

Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders

Qu'est-ce que URL Reminders ?

URL Reminders est une extension Chrome développée par Jack Steel, et sa fonction principale est "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension URL Reminders

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

                        A Small and clean reminder extension for Chrome.

Up to 50 different reminders can be set with a title and message, each reminder can have intervals, from days to minutes. Reminders can also be set to only go off when a specified webpage is open in your browser; useful for only reminding you when you actually need it.

Please leave feedback or suggestions to help improve the extension.


Credit:
Browser Action Icon Created by Christopher Holm-Hansen from the Noun Project                    

Informations de Base sur l'Extension

Nom URL Reminders URL Reminders
ID ppflglpgpdonobcefbcnppopodlemmog
URL Officiel https://chrome.google.com/webstore/detail/url-reminders/ppflglpgpdonobcefbcnppopodlemmog
Description Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders
Taille du Fichier 1.97 MB
Nombre d'Installations 64
Version Actuelle 0.95
Dernière Mise à Jour 2015-05-24
Date de Publication 2015-05-24
Évaluation 3.80/5 Total 5 Évaluations
Développeur Jack Steel
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "URL Reminders",
    "description": "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders",
    "version": "0.95",
    "author": "Jack Steel",
    "minimum_chrome_version": "40",
    "short_name": "Reminders",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/Alert.png"
    ],
    "permissions": [
        "activeTab",
        "alarms",
        "storage",
        "tabs",
        "notifications"
    ]
}