Codeforces++

Codeforces extension pack

Codeforces++ क्या है?

Codeforces++ Leonardo Riether द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Codeforces extension pack"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Codeforces++ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Ever wanted Codeforces to have handy shortcuts, auto-updating standings, problem tags that you can hide/show on demand, better site navigation, a dark theme, or all of the above? These and many more features are available in Codeforces++! This extension is open-source and hosted at GitHub https://github.com/LeoRiether/CodeforcesPP                    

एक्सटेंशन की मूल जानकारी

नाम Codeforces++ Codeforces++
ID ehbcfilpfnlahficlpimomapmbccieoi
आधिकारिक URL https://chromewebstore.google.com/detail/codeforces++/ehbcfilpfnlahficlpimomapmbccieoi
विवरण Codeforces extension pack
फ़ाइल का आकार 28.61 KB
स्थापना संख्या 3,692
वर्तमान संस्करण 2.4.0
अंतिम अपडेट 2023-02-22
प्रकाशन तिथि 2020-05-20
रेटिंग 4.82/5 कुल 17 रेटिंग्स
डेवलपर Leonardo Riether
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/LeoRiether/CodeforcesPP
सहायता पृष्ठ URL https://github.com/LeoRiether/CodeforcesPP/issues/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Codeforces++",
    "description": "Codeforces extension pack",
    "version": "2.4.0",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "*:\/\/codeforces.com\/*",
        "http:\/\/fonts.googleapis.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/codeforces.com\/*"
            ],
            "js": [
                "browser-polyfill.min.js",
                "contentScript.js"
            ],
            "css": [
                "common.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*.js"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Codeforces++"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    }
}