Algo Extension

The browser extension where user can find Competitive Programming Contest and the Hackathons schedule on many coding platforms (…

¿Qué es Algo Extension?

Algo Extension es una extensión de Chrome desarrollada por Cipher, y su función principal es "The browser extension where user can find Competitive Programming Contest and the Hackathons schedule on many coding platforms (…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Algo Extension

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

                        The browser extension where user can find Competitive Programming Contest and the Hackathons schedule on many coding platforms ( CodeChef, Codeforces, Leetcode, Google Kickstart, AtCoder, TopCoder, Hackerrank, HackerEarth ...) and a platform to search for the  Algorithms available on our Open Source Database without changing tab along with the masterpiece for coders to contribute on a Open Source Project to develop a Database consisting of all Algorithms used in different fields.

Features:

Contest Update:- 
○ Ongoing - Showing all the contest currently running of different coding platform. 
○ Today - Showing all the contest starts within the current time span of 24 hours. 
○ Upcoming - After 24 hours's contest.

Algorithm Section :- 
○ All algorithms available has been verified by the tester working on the back-end.
○ Search Bar : Can search from a list of algorithms. 
○ IDE : Area where code of algorithm will come. 
○ Contribute to our Opensource Algorithm Database.                    

Información Básica de la Extensión

Nombre Algo Extension Algo Extension
ID cmkiidpogbdgkihmcddabkadkakpapme
URL Oficial https://chromewebstore.google.com/detail/algo-extension/cmkiidpogbdgkihmcddabkadkakpapme
Descripción The browser extension where user can find Competitive Programming Contest and the Hackathons schedule on many coding platforms (…
Tamaño del Archivo 467 KB
Cantidad de Instalaciones 116
Versión Actual 0.0.5
Última Actualización 2022-04-12
Fecha de Publicación 2022-03-31
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Cipher
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Algo Extension",
    "version": "0.0.5",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        "https:\/\/kontests.net\/api\/v1\/all",
        "https:\/\/algo-extension.herokuapp.com\/algoList",
        "https:\/\/algo-extension.herokuapp.com\/algo\/"
    ]
}