Share My Leetcode

Share your awesome leetcode with friends within one click!

What is Share My Leetcode?

Share My Leetcode is a Chrome extension developed by Lily Li, and its main feature is "Share your awesome leetcode with friends within one click!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Share My Leetcode Extension CRX File

Download Share My Leetcode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 :)                    

Extension Basic Information

Name Share My Leetcode Share My Leetcode
ID ocnofjfbkpoipffjcfkmdeegdgjmmegg
Official URL https://chromewebstore.google.com/detail/share-my-leetcode/ocnofjfbkpoipffjcfkmdeegdgjmmegg
Description Share your awesome leetcode with friends within one click!
File Size 154 KB
Installation Count 40
Current Version 0.1.1
Last Updated 2021-02-16
Publish Date 2021-02-15
Developer Lily Li
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}