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!".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл 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 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"
    ]
}