LeetCode Fix
Leetcode extension for showing dislike count in Dynamic Layout.
Co to jest LeetCode Fix?
LeetCode Fix to rozszerzenie Chrome opracowane przez bunny, a jego główną funkcją jest „Leetcode extension for showing dislike count in Dynamic Layout.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LeetCode Fix
Pobierz pliki rozszerzeń LeetCode Fix 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
Get back the Leetcode problems dislike counts in Dynamic Layout. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kgenneohccgagookoocgihpkohmehnip |
| Oficjalny URL | https://chromewebstore.google.com/detail/leetcode-fix/kgenneohccgagookoocgihpkohmehnip |
| Opis | Leetcode extension for showing dislike count in Dynamic Layout. |
| Rozmiar pliku | 13.7 KB |
| Liczba instalacji | 72 |
| Aktualna Wersja | 0.0.6 |
| Ostatnia Aktualizacja | 2023-11-23 |
| Data Publikacji | 2023-09-06 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | bunny |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/bunnykek/LeetCode-Fix |
| Adres URL Strony Pomocy | https://github.com/bunnykek/LeetCode-Fix/issues |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "LeetCode Fix",
"description": "Leetcode extension for showing dislike count in Dynamic Layout.",
"author": "https:\/\/github.com\/bunnykek",
"version": "0.0.6",
"icons": {
"16": "logo\/16.png",
"48": "logo\/48.png",
"128": "logo\/128.png"
},
"host_permissions": [
"https:\/\/leetcode.com\/*"
],
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/leetcode.com\/problems\/*"
]
}
]
} | |