Share My Leetcode
Share your awesome leetcode with friends within one click!
什麼是Share My Leetcode?
Share My Leetcode是由Lily Li開發的Chrome擴展程式,該擴展的主要功能是“Share your awesome leetcode with friends within one click!”。
擴展截圖
下載Share My Leetcode擴展crx文件
下載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 |
官方網址 | 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" ] } |