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文件

下載Algo Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/"
    ]
}