LeetCode Keeper

A leetcode time keeper.

LeetCode Keeper là gì?

LeetCode Keeper là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "A leetcode time keeper.".

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

screenshot

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

Tải xuống các tệp mở rộng LeetCode Keeper 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

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

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

Tên LeetCode Keeper LeetCode Keeper
ID ailghlmigafblkgpmbmhaoggcppmgbgh
URL Chính Thức https://chromewebstore.google.com/detail/leetcode-keeper/ailghlmigafblkgpmbmhaoggcppmgbgh
Mô tả A leetcode time keeper.
Kích Thước Tệp 10.04 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-08-11
Ngày Phát Hành 2019-08-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
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": "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"
            ]
        }
    ]
}