Yikes, the super simple task reminder...
Yikes is a super cool task reminder tool. Each task can be color coded and gives you a nifty count down.
Was ist Yikes, the super simple task reminder...?
Yikes, the super simple task reminder... ist eine Chrome-Erweiterung, die von https://nickwforsberg.com entwickelt wurde, und ihr Hauptmerkmal ist "Yikes is a super cool task reminder tool. Each task can be color coded and gives you a nifty count down.".
Erweiterungsscreenshots
Yikes, the super simple task reminder...-Erweiterungs-CRX-Datei herunterladen
Laden Sie Yikes, the super simple task reminder...-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
Yikes! is a cool but lightweight countdown task reminder that appears every time you open a new browser tab. You can create multiple tasks to track and watch how long you have to complete them in the number of sleeps or days. Each task can be color coded and gives you a nifty count down. Track up coming tasks and tasks from the past. Features include: * Super fast loading * Multiple task creation * Track your tasks in number of sleeps or number of days * Dark or light mode * Assign a colour to a task * Task deletion
Grundlegende Informationen zur Erweiterung
Name | Yikes, the super simple task reminder... |
ID | obidoeddpakjpemdeggdhahhmeglpbdg |
Offizielle URL | https://chromewebstore.google.com/detail/yikes-the-super-simple-ta/obidoeddpakjpemdeggdhahhmeglpbdg |
Beschreibung | Yikes is a super cool task reminder tool. Each task can be color coded and gives you a nifty count down. |
Dateigröße | 1.38 MB |
Installationsanzahl | 14 |
Aktuelle Version | 2.0.1 |
Letztes Update | 2021-04-11 |
Veröffentlichungsdatum | 2015-08-03 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://nickwforsberg.com |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://trello.com/b/fgCR0O0y/yikes-development-board |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yikes, the super simple task reminder...", "icons": { "16": "yikes-logo-16.png", "48": "yikes-logo-48.png", "128": "yikes-logo-128.png" }, "description": "Yikes is a super cool task reminder tool. Each task can be color coded and gives you a nifty count down.", "version": "2.0.1", "manifest_version": 2, "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |