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 |
官方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" ] } |