LeetCode Keeper

A leetcode time keeper.

Cos'è LeetCode Keeper?

LeetCode Keeper è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A leetcode time keeper.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LeetCode Keeper

Scarica i file di estensione LeetCode Keeper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome LeetCode Keeper LeetCode Keeper
ID ailghlmigafblkgpmbmhaoggcppmgbgh
URL Ufficiale https://chromewebstore.google.com/detail/leetcode-keeper/ailghlmigafblkgpmbmhaoggcppmgbgh
Descrizione A leetcode time keeper.
Dimensione del File 10.04 KB
Conteggio Installazioni 58
Versione Corrente 1.1
Ultimo Aggiornamento 2019-08-11
Data di Pubblicazione 2019-08-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}