Share My Leetcode

Share your awesome leetcode with friends within one click!

Share My Leetcode क्या है?

Share My Leetcode Lily Li द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share your awesome leetcode with friends within one click!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Stuck with a bug when leetcoding and need help immediately?
Solved a hard problem and wanna show off to your friends?

Here comes your go-to extension! This extension lets you share your leetcode within a heartbeat. Just type in your friend's email address once for all and start sharing by clicking the button (see the screenshots for a quick demo).

Feel free to email me if you encountered any bug or have any suggestion on how to improve this extension :)                    

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

नाम Share My Leetcode Share My Leetcode
ID ocnofjfbkpoipffjcfkmdeegdgjmmegg
आधिकारिक URL https://chromewebstore.google.com/detail/share-my-leetcode/ocnofjfbkpoipffjcfkmdeegdgjmmegg
विवरण Share your awesome leetcode with friends within one click!
फ़ाइल का आकार 154 KB
स्थापना संख्या 40
वर्तमान संस्करण 0.1.1
अंतिम अपडेट 2021-02-16
प्रकाशन तिथि 2021-02-15
डेवलपर Lily Li
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share My Leetcode",
    "description": "Share your awesome leetcode with friends within one click!",
    "version": "0.1.1",
    "manifest_version": 2,
    "icons": {
        "16": ".\/logo_6.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "options_page": ".\/options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/leetcode.com\/problems\/",
        "storage"
    ]
}