Algo Extension

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

Algo Extensionคืออะไร?

Algo Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Algo Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/"
    ]
}