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…

O que é Contest Reminder?

Contest Reminder é uma extensão do Chrome desenvolvida por saswataghoshnit99, e sua principal característica é "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 Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Contest Reminder

Baixe arquivos de extensão Contest Reminder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Contest Reminder Contest Reminder
ID hilcmakgbdcpckknlcfnahleifhncblh
URL Oficial https://chromewebstore.google.com/detail/contest-reminder/hilcmakgbdcpckknlcfnahleifhncblh
Descrição Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…
Tamanho do Arquivo 5.96 KB
Contagem de Instalações 43
Versão Atual 0.0.1
Última Atualização 2022-01-11
Data de Publicação 2022-01-10
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor saswataghoshnit99
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}