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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The browser extension where user can find Competitive Programming Contest and the Hackathons schedule on many coding platforms (…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Algo Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/"
    ]
}