Clip LeetCode

Copy the LeetCode problem to your clipboard.

Clip LeetCode क्या है?

Clip LeetCode Edgar Ong द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy the LeetCode problem to your clipboard."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Spend less time switching between your browser and code editor.

Use the Copy button to easily paste the problem, examples, and contraints in your IDE for reference when you're working on your solution.

You can also use the Copy Markdown button for the formatted problem ready to save as markdown.                    

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

नाम Clip LeetCode Clip LeetCode
ID cnghimckckgcmhbdokjielmhkmnagdcp
आधिकारिक URL https://chromewebstore.google.com/detail/clip-leetcode/cnghimckckgcmhbdokjielmhkmnagdcp
विवरण Copy the LeetCode problem to your clipboard.
फ़ाइल का आकार 7.43 KB
स्थापना संख्या 416
वर्तमान संस्करण 2.0.4
अंतिम अपडेट 2023-12-31
प्रकाशन तिथि 2021-03-17
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Edgar Ong
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/eddgr/clip-leetcode
सहायता पृष्ठ URL https://github.com/eddgr/clip-leetcode
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Clip LeetCode",
    "version": "2.0.4",
    "description": "Copy the LeetCode problem to your clipboard.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "*:\/\/*.leetcode.com\/problems\/*",
                "*:\/\/*.leetcode.com\/contest\/*\/problems\/*"
            ]
        }
    ]
}