Leetcode Hide Testcase
Simulate live interview experience by hiding failed test cases.
Co to jest Leetcode Hide Testcase?
Leetcode Hide Testcase to rozszerzenie Chrome opracowane przez tanaydev18, a jego główną funkcją jest „Simulate live interview experience by hiding failed test cases.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Leetcode Hide Testcase
Pobierz pliki rozszerzeń Leetcode Hide Testcase 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
This extension allows you to hide test case when wrong answer is submitted on Leetcode. This feature simulates realistic coding round experience where test cases are not shown. Toggle easily between hidden and visible test case mode. Syncs your saved settings across all devices.
Podstawowe informacje o rozszerzeniu
Nazwa | Leetcode Hide Testcase |
ID | cfgbpjepoplbfjgoddjnpigedngfaenj |
Oficjalny URL | https://chromewebstore.google.com/detail/leetcode-hide-testcase/cfgbpjepoplbfjgoddjnpigedngfaenj |
Opis | Simulate live interview experience by hiding failed test cases. |
Rozmiar pliku | 5.52 KB |
Liczba instalacji | 106 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2022-09-09 |
Data Publikacji | 2022-09-08 |
Deweloper | tanaydev18 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Leetcode Hide Testcase", "version": "0.0.1", "description": "Simulate live interview experience by hiding failed test cases.", "manifest_version": 3, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |