Contest Reminder

Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…

¿Qué es Contest Reminder?

Contest Reminder es una extensión de Chrome desarrollada por saswataghoshnit99, y su función principal es "Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Contest Reminder

Descarga archivos de extensión Contest 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

                        Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest contest. Its just a click away.                    

Información Básica de la Extensión

Nombre Contest Reminder Contest Reminder
ID hilcmakgbdcpckknlcfnahleifhncblh
URL Oficial https://chromewebstore.google.com/detail/contest-reminder/hilcmakgbdcpckknlcfnahleifhncblh
Descripción Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…
Tamaño del Archivo 5.96 KB
Cantidad de Instalaciones 43
Versión Actual 0.0.1
Última Actualización 2022-01-11
Fecha de Publicación 2022-01-10
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador saswataghoshnit99
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contest Reminder",
    "version": "0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo.png"
    }
}