Share My Leetcode
Share your awesome leetcode with friends within one click!
Co to jest Share My Leetcode?
Share My Leetcode to rozszerzenie Chrome opracowane przez Lily Li, a jego główną funkcją jest „Share your awesome leetcode with friends within one click!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Share My Leetcode
Pobierz pliki rozszerzeń Share My Leetcode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 :)
Podstawowe informacje o rozszerzeniu
Nazwa | Share My Leetcode |
ID | ocnofjfbkpoipffjcfkmdeegdgjmmegg |
Oficjalny URL | https://chromewebstore.google.com/detail/share-my-leetcode/ocnofjfbkpoipffjcfkmdeegdgjmmegg |
Opis | Share your awesome leetcode with friends within one click! |
Rozmiar pliku | 154 KB |
Liczba instalacji | 40 |
Aktualna Wersja | 0.1.1 |
Ostatnia Aktualizacja | 2021-02-16 |
Data Publikacji | 2021-02-15 |
Deweloper | Lily Li |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |