LeetCode Fix
Leetcode extension for showing dislike count in Dynamic Layout.
Qu'est-ce que LeetCode Fix ?
LeetCode Fix est une extension Chrome développée par bunny, et sa fonction principale est "Leetcode extension for showing dislike count in Dynamic Layout.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LeetCode Fix
Téléchargez les fichiers d'extension LeetCode Fix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Get back the Leetcode problems dislike counts in Dynamic Layout.
Informations de Base sur l'Extension
Nom | LeetCode Fix |
ID | kgenneohccgagookoocgihpkohmehnip |
URL Officiel | https://chromewebstore.google.com/detail/leetcode-fix/kgenneohccgagookoocgihpkohmehnip |
Description | Leetcode extension for showing dislike count in Dynamic Layout. |
Taille du Fichier | 13.7 KB |
Nombre d'Installations | 72 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2023-11-23 |
Date de Publication | 2023-09-06 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | bunny |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/bunnykek/LeetCode-Fix |
URL de la Page d'Aide | https://github.com/bunnykek/LeetCode-Fix/issues |
Langues Prises en Charge | 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\/*" ] } ] } |