Codeforces Green Dot

Shows recent blog actions on codeforces.com platform and check your friends list status and submissions.

Codeforces Green Dot क्या है?

Codeforces Green Dot Khaled Alam द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows recent blog actions on codeforces.com platform and check your friends list status and submissions."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Codeforces.com platform recent actions feed & friends list status and submissions.                    

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

नाम Codeforces Green Dot Codeforces Green Dot
ID hkdknjllamblhnehflcgeabkhkldpjcg
आधिकारिक URL https://chromewebstore.google.com/detail/codeforces-green-dot/hkdknjllamblhnehflcgeabkhkldpjcg
विवरण Shows recent blog actions on codeforces.com platform and check your friends list status and submissions.
फ़ाइल का आकार 233 KB
स्थापना संख्या 260
वर्तमान संस्करण 2.0.1.0
अंतिम अपडेट 2022-02-17
प्रकाशन तिथि 2019-10-18
रेटिंग 3.40/5 कुल 5 रेटिंग्स
डेवलपर Khaled Alam
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://codeforcesgreendot.com
सहायता पृष्ठ URL http://codeforces.com/blog/entry/49868
गोपनीयता नीति पृष्ठ URL https://codeforcesgreendot.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Codeforces Green Dot",
    "short_name": "CFGreenDot",
    "description": "Shows recent blog actions on codeforces.com platform and check your friends list status and submissions.",
    "version": "2.0.1.0",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "80": "icons\/icon80.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.codeforces.com\/*"
            ],
            "css": [
                "assets\/css\/bootstrap.min.css"
            ],
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/bootstrap.js",
                "assets\/js\/contentscript.js"
            ]
        }
    ],
    "background": {
        "content_scripts": [
            "background.js"
        ]
    }
}