Share My Leetcode
Share your awesome leetcode with friends within one click!
ما هو Share My Leetcode؟
Share My Leetcode هو إضافة Chrome تم تطويرها بواسطة Lily Li، والميزة الرئيسية لها هي "Share your awesome leetcode with friends within one click!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Share My Leetcode
قم بتنزيل ملفات الامتداد Share My Leetcode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 :)
معلومات أساسية عن التمديد
الاسم | Share My Leetcode |
ID | ocnofjfbkpoipffjcfkmdeegdgjmmegg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/share-my-leetcode/ocnofjfbkpoipffjcfkmdeegdgjmmegg |
الوصف | Share your awesome leetcode with friends within one click! |
حجم الملف | 154 KB |
عدد التثبيتات | 40 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2021-02-16 |
تاريخ النشر | 2021-02-15 |
المطور | Lily Li |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" ] } |