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 :)
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |