Leetcode Hide Testcase
Simulate live interview experience by hiding failed test cases.
Что такое Leetcode Hide Testcase?
Leetcode Hide Testcase - это расширение Chrome, разработанное tanaydev18, и его основная функция - "Simulate live interview experience by hiding failed test cases.".
Снимки экрана расширения
Скачать файл CRX расширения Leetcode Hide Testcase
Скачайте файлы расширений Leetcode Hide Testcase в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Leetcode Hide Testcase |
ID | cfgbpjepoplbfjgoddjnpigedngfaenj |
Официальный URL | https://chromewebstore.google.com/detail/leetcode-hide-testcase/cfgbpjepoplbfjgoddjnpigedngfaenj |
Описание | Simulate live interview experience by hiding failed test cases. |
Размер файла | 5.52 KB |
Количество установок | 106 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2022-09-09 |
Дата публикации | 2022-09-08 |
Разработчик | tanaydev18 |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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": [ " |