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…

What is LeetCode Time-tracker?

LeetCode Time-tracker is a Chrome extension developed by govardhanasrija, and its main feature is "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…".

Extension Screenshots

screenshot

Download LeetCode Time-tracker Extension CRX File

Download LeetCode Time-tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name LeetCode Time-tracker LeetCode Time-tracker
ID opeoboplngnmolppdopepcocepgcejlg
Official URL https://chromewebstore.google.com/detail/leetcode-time-tracker/opeoboplngnmolppdopepcocepgcejlg
Description 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…
File Size 3.29 KB
Installation Count 30
Current Version 0.1
Last Updated 2021-01-27
Publish Date 2021-01-27
Developer govardhanasrija
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}