URL Reminders
Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders
Was ist URL Reminders?
URL Reminders ist eine Chrome-Erweiterung, die von Jack Steel entwickelt wurde, und ihr Hauptmerkmal ist "Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders".
Erweiterungsscreenshots
URL Reminders-Erweiterungs-CRX-Datei herunterladen
Laden Sie URL Reminders-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
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ppflglpgpdonobcefbcnppopodlemmog |
Offizielle URL | https://chrome.google.com/webstore/detail/url-reminders/ppflglpgpdonobcefbcnppopodlemmog |
Beschreibung | Allows creations of reminders that can be set to only go off at specific URLs or just regular timed reminders |
Dateigröße | 1.97 MB |
Installationsanzahl | 64 |
Aktuelle Version | 0.95 |
Letztes Update | 2015-05-24 |
Veröffentlichungsdatum | 2015-05-24 |
Bewertung | 3.80/5 Insgesamt 5 Bewertungen |
Entwickler | Jack Steel |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |