LeetCode Keeper
A leetcode time keeper.
Co to jest LeetCode Keeper?
LeetCode Keeper to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „A leetcode time keeper.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LeetCode Keeper
Pobierz pliki rozszerzeń LeetCode Keeper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A leetcode time keeper. After installed, it will help to show time on the leetcode problem site and remember it.
Podstawowe informacje o rozszerzeniu
Nazwa | LeetCode Keeper |
ID | ailghlmigafblkgpmbmhaoggcppmgbgh |
Oficjalny URL | https://chromewebstore.google.com/detail/leetcode-keeper/ailghlmigafblkgpmbmhaoggcppmgbgh |
Opis | A leetcode time keeper. |
Rozmiar pliku | 10.04 KB |
Liczba instalacji | 58 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2019-08-11 |
Data Publikacji | 2019-08-11 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |