LeetCode Keeper

A leetcode time keeper.

What is LeetCode Keeper?

LeetCode Keeper is a Chrome extension developed by Unknown, and its main feature is "A leetcode time keeper.".

Extension Screenshots

screenshot

Download LeetCode Keeper Extension CRX File

Download LeetCode Keeper 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

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

Extension Basic Information

Name LeetCode Keeper LeetCode Keeper
ID ailghlmigafblkgpmbmhaoggcppmgbgh
Official URL https://chromewebstore.google.com/detail/leetcode-keeper/ailghlmigafblkgpmbmhaoggcppmgbgh
Description A leetcode time keeper.
File Size 10.04 KB
Installation Count 58
Current Version 1.1
Last Updated 2019-08-11
Publish Date 2019-08-11
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}