Share My Leetcode
Share your awesome leetcode with friends within one click!
Co je Share My Leetcode?
Share My Leetcode je rozšíření Chrome vyvinuté Lily Li, a jeho hlavní funkcí je „Share your awesome leetcode with friends within one click!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Share My Leetcode
Stáhněte si soubory rozšíření Share My Leetcode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 :)
Základní Informace o Rozšíření
Název | Share My Leetcode |
ID | ocnofjfbkpoipffjcfkmdeegdgjmmegg |
Oficiální URL | https://chromewebstore.google.com/detail/share-my-leetcode/ocnofjfbkpoipffjcfkmdeegdgjmmegg |
Popis | Share your awesome leetcode with friends within one click! |
Velikost souboru | 154 KB |
Počet instalací | 40 |
Aktuální Verze | 0.1.1 |
Poslední Aktualizace | 2021-02-16 |
Datum Vydání | 2021-02-15 |
Vývojář | Lily Li |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |