Share My Leetcode
Share your awesome leetcode with friends within one click!
Cos'è Share My Leetcode?
Share My Leetcode è un'estensione di Chrome sviluppata da Lily Li, e la sua funzione principale è "Share your awesome leetcode with friends within one click!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Share My Leetcode
Scarica i file di estensione Share My Leetcode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :) Informazioni di Base sull'Estensione
| Nome | |
| ID | ocnofjfbkpoipffjcfkmdeegdgjmmegg |
| URL Ufficiale | https://chromewebstore.google.com/detail/share-my-leetcode/ocnofjfbkpoipffjcfkmdeegdgjmmegg |
| Descrizione | Share your awesome leetcode with friends within one click! |
| Dimensione del File | 154 KB |
| Conteggio Installazioni | 40 |
| Versione Corrente | 0.1.1 |
| Ultimo Aggiornamento | 2021-02-16 |
| Data di Pubblicazione | 2021-02-15 |
| Sviluppatore | Lily Li |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |