Share My Leetcode
Share your awesome leetcode with friends within one click!
Wat is Share My Leetcode?
Share My Leetcode is een Chrome-extensie ontwikkeld door Lily Li, en de belangrijkste functie is "Share your awesome leetcode with friends within one click!".
Extensie Screenshots
Download het CRX-bestand van de extensie Share My Leetcode
Download Share My Leetcode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 :)
Basisinformatie over de Extensie
Naam | Share My Leetcode |
ID | ocnofjfbkpoipffjcfkmdeegdgjmmegg |
Officiële URL | https://chromewebstore.google.com/detail/share-my-leetcode/ocnofjfbkpoipffjcfkmdeegdgjmmegg |
Beschrijving | Share your awesome leetcode with friends within one click! |
Bestandsgrootte | 154 KB |
Aantal Installaties | 40 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2021-02-16 |
Publicatiedatum | 2021-02-15 |
Ontwikkelaar | Lily Li |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |