LeetCode Keeper

A leetcode time keeper.

Что такое LeetCode Keeper?

LeetCode Keeper - это расширение Chrome, разработанное Unknown, и его основная функция - "A leetcode time keeper.".

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

screenshot

Скачать файл CRX расширения LeetCode Keeper

Скачайте файлы расширений LeetCode Keeper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        A leetcode time keeper.
After installed, it will help to show time on the leetcode problem site and remember it.                    

Основная информация о расширении

Название LeetCode Keeper LeetCode Keeper
ID ailghlmigafblkgpmbmhaoggcppmgbgh
Официальный URL https://chromewebstore.google.com/detail/leetcode-keeper/ailghlmigafblkgpmbmhaoggcppmgbgh
Описание A leetcode time keeper.
Размер файла 10.04 KB
Количество установок 58
Текущая Версия 1.1
Последнее Обновление 2019-08-11
Дата публикации 2019-08-11
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LeetCode Keeper",
    "version": "1.1",
    "manifest_version": 2,
    "description": "A leetcode time keeper.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/favicon.png",
        "32": "images\/favicon.png",
        "48": "images\/favicon.png",
        "128": "images\/favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/leetcode.com\/problems\/*\/"
            ],
            "js": [
                "clock\/insertClock.js"
            ]
        }
    ]
}