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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |