LeetCode Time-tracker

This extension lets you track the time you spend on solving a problem on Leetcode and will warn you if you take more than 30…

LeetCode Time-tracker là gì?

LeetCode Time-tracker là một tiện ích mở rộng Chrome được phát triển bởi govardhanasrija, và tính năng chính của nó là "This extension lets you track the time you spend on solving a problem on Leetcode and will warn you if you take more than 30…".

Ả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 Time-tracker

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

                        This extension lets you track the time you spend on solving a problem on Leetcode and will warn you if you take more than 30 minutes to crack it.                    

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

Tên LeetCode Time-tracker LeetCode Time-tracker
ID opeoboplngnmolppdopepcocepgcejlg
URL Chính Thức https://chromewebstore.google.com/detail/leetcode-time-tracker/opeoboplngnmolppdopepcocepgcejlg
Mô tả This extension lets you track the time you spend on solving a problem on Leetcode and will warn you if you take more than 30…
Kích Thước Tệp 3.29 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2021-01-27
Ngày Phát Hành 2021-01-27
Nhà Phát Triển govardhanasrija
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LeetCode Time-tracker",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/leetcode.com\/problems\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}