Share My Leetcode

Share your awesome leetcode with friends within one click!

Qu'est-ce que Share My Leetcode ?

Share My Leetcode est une extension Chrome développée par Lily Li, et sa fonction principale est "Share your awesome leetcode with friends within one click!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Share My Leetcode

Téléchargez les fichiers d'extension Share My Leetcode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Share My Leetcode Share My Leetcode
ID ocnofjfbkpoipffjcfkmdeegdgjmmegg
URL Officiel https://chromewebstore.google.com/detail/share-my-leetcode/ocnofjfbkpoipffjcfkmdeegdgjmmegg
Description Share your awesome leetcode with friends within one click!
Taille du Fichier 154 KB
Nombre d'Installations 40
Version Actuelle 0.1.1
Dernière Mise à Jour 2021-02-16
Date de Publication 2021-02-15
Développeur Lily Li
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}