Share My Leetcode

Share your awesome leetcode with friends within one click!

Share My Leetcode là gì?

Share My Leetcode là một tiện ích mở rộng Chrome được phát triển bởi Lily Li, và tính năng chính của nó là "Share your awesome leetcode with friends within one click!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Share My Leetcode

Tải xuống các tệp mở rộng Share My Leetcode dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Share My Leetcode Share My Leetcode
ID ocnofjfbkpoipffjcfkmdeegdgjmmegg
URL Chính Thức https://chromewebstore.google.com/detail/share-my-leetcode/ocnofjfbkpoipffjcfkmdeegdgjmmegg
Mô tả Share your awesome leetcode with friends within one click!
Kích Thước Tệp 154 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2021-02-16
Ngày Phát Hành 2021-02-15
Nhà Phát Triển Lily Li
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}