Algo Extension

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

Algo Extension란 무엇입니까?

Algo Extension은(는) Cipher에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The browser extension where user can find Competitive Programming Contest and the Hackathons schedule on many coding platforms (…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Algo Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Algo Extension Algo Extension
ID cmkiidpogbdgkihmcddabkadkakpapme
공식 URL https://chromewebstore.google.com/detail/algo-extension/cmkiidpogbdgkihmcddabkadkakpapme
설명 The browser extension where user can find Competitive Programming Contest and the Hackathons schedule on many coding platforms (…
파일 크기 467 KB
설치 횟수 116
현재 버전 0.0.5
최근 업데이트 2022-04-12
출시 날짜 2022-03-31
평점 5.00/5 총 4 개의 평점
개발자 Cipher
이메일 [email protected]
결제 유형 free
지원되는 언어 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\/"
    ]
}