LeetCode Keeper

A leetcode time keeper.

Wat is LeetCode Keeper?

LeetCode Keeper is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A leetcode time keeper.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LeetCode Keeper

Download LeetCode Keeper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam LeetCode Keeper LeetCode Keeper
ID ailghlmigafblkgpmbmhaoggcppmgbgh
Officiële URL https://chromewebstore.google.com/detail/leetcode-keeper/ailghlmigafblkgpmbmhaoggcppmgbgh
Beschrijving A leetcode time keeper.
Bestandsgrootte 10.04 KB
Aantal Installaties 58
Huidige Versie 1.1
Laatst Bijgewerkt 2019-08-11
Publicatiedatum 2019-08-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}