Big Ω - Enhance Leetcode experience

Programming in community gives you wings!!

Big Ω - Enhance Leetcode experienceคืออะไร?

Big Ω - Enhance Leetcode experience เป็นส่วนขยายของ Chrome ที่พัฒนาโดย manage.bigomega และคุณลักษณะหลักของมันคือ "Programming in community gives you wings!!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Big Ω - Enhance Leetcode experience

ดาวน์โหลดไฟล์ส่วนขยาย Big Ω - Enhance Leetcode experience ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Big Ω (Big Omega) is a browser extension which enhances your experience while you are solving coding problems online on various competitive programming websites like Leetcode.
Big Omega Extension has been used over 11 million times by over 22K developers worldwide.

★ Company Tags
- Reveals information about which companies have asked the problem that you are currently solving and how many times this problem been asked by the same companies

★ Question list for a specific Company
- Provides the company wise list of problems upon click of any specific company tag.
- Users can click on problem and that same problem is opened in a new tab, currently only new UI is supported to show problem list model, for old UI styles are to be added separately.

Your feedback and constructive criticism, is always appreciated, and we look forward to make this browser plugin better day by day, step by step.

Reach out to our Big Omega Team: bigomega.substack.com

Update log -

v1.1.3 - [24/05/2023]
1. Added a substack news letter
2. Added couple for fixes - ["/pull/72"]

v1.1.2 - [24/04/2023]
1. Added a donate button to create a community of highly driven product people
2. Added company wise problem list modal on click of any company tag
3. Feedback form changed to google form

v1.1.1 - [21/04/2023]
1. Support added for old ui version

v1.1.0 - [10/04/2023]
1. UI/UX Improved - Now company tags are shown just above problem statement, so run, submit buttons are not hidden
2. Toggling the theme of leetcode website will also toggle the theme of BigOmega extension in order to match/sync with the leetcode website

v1.0.2 - [22/03/2023]
1. Now you can close the company tags bar and a `Ω` icon would be inserted in page just besides profile icon, so now until and unless you click this icons the company tags bar won't come                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Big Ω - Enhance Leetcode experience Big Ω - Enhance Leetcode experience
ID hfjfkofmpdgbfpkgnknikojbpljnkfkf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hfjfkofmpdgbfpkgnknikojbpljnkfkf
คำอธิบาย Programming in community gives you wings!!
ขนาดไฟล์ 1.99 MB
จำนวนการติดตั้ง 36,714
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2023-09-14
วันที่เผยแพร่ 2023-03-20
คะแนน 4.48/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา manage.bigomega
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bigomega.substack.com/
URL หน้าช่วยเหลือ https://github.com/codedecks-in/Big-Omega-Extension/issues
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicies.com/live/2b3ee088-fb65-4c1c-8c44-207c74cbef2d
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Big \u03a9 - Enhance Leetcode experience",
    "description": "Programming in community gives you wings!!",
    "version": "1.1.4",
    "icons": {
        "128": "logo128.png"
    },
    "action": {
        "default_icon": "logo128.png",
        "default_title": "Big \u03a9 - Enhance Leetcode, Hackerrank experience"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/leetcode.com\/*",
                "http:\/\/leetcode.com\/*",
                "https:\/\/www.leetcode.com\/*",
                "http:\/\/www.leetcode.com\/*"
            ],
            "js": [
                "preinject.js",
                "big-omega-tools.js"
            ],
            "css": [
                "big-omega-tools.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "build\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}