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.

¿Qué es Yikes, the super simple task reminder...?

Yikes, the super simple task reminder... es una extensión de Chrome desarrollada por https://nickwforsberg.com, y su función principal es "Yikes is a super cool task reminder tool. Each task can be color coded and gives you a nifty count down.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Yikes, the super simple task reminder...

Descarga archivos de extensión Yikes, the super simple task reminder... en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Yikes, the super simple task reminder... Yikes, the super simple task reminder...
ID obidoeddpakjpemdeggdhahhmeglpbdg
URL Oficial https://chromewebstore.google.com/detail/yikes-the-super-simple-ta/obidoeddpakjpemdeggdhahhmeglpbdg
Descripción Yikes is a super cool task reminder tool. Each task can be color coded and gives you a nifty count down.
Tamaño del Archivo 1.38 MB
Cantidad de Instalaciones 14
Versión Actual 2.0.1
Última Actualización 2021-04-11
Fecha de Publicación 2015-08-03
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://nickwforsberg.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://trello.com/b/fgCR0O0y/yikes-development-board
Idiomas Soportados 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'"
}