Share My Leetcode
Share your awesome leetcode with friends within one click!
Was ist Share My Leetcode?
Share My Leetcode ist eine Chrome-Erweiterung, die von Lily Li entwickelt wurde, und ihr Hauptmerkmal ist "Share your awesome leetcode with friends within one click!".
Erweiterungsscreenshots
Share My Leetcode-Erweiterungs-CRX-Datei herunterladen
Laden Sie Share My Leetcode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 :) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ocnofjfbkpoipffjcfkmdeegdgjmmegg |
| Offizielle URL | https://chromewebstore.google.com/detail/share-my-leetcode/ocnofjfbkpoipffjcfkmdeegdgjmmegg |
| Beschreibung | Share your awesome leetcode with friends within one click! |
| Dateigröße | 154 KB |
| Installationsanzahl | 40 |
| Aktuelle Version | 0.1.1 |
| Letztes Update | 2021-02-16 |
| Veröffentlichungsdatum | 2021-02-15 |
| Entwickler | Lily Li |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |