LeetCode Fix
Leetcode extension for showing dislike count in Dynamic Layout.
LeetCode Fixとは何ですか?
LeetCode Fixはbunnyによって開発されたChromeの拡張機能で、その主な機能は「Leetcode extension for showing dislike count in Dynamic Layout.」です。
拡張機能のスクリーンショット
LeetCode Fix拡張機能のCRXファイルをダウンロード
LeetCode Fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get back the Leetcode problems dislike counts in Dynamic Layout. 拡張機能の基本情報
| 名前 | |
| ID | kgenneohccgagookoocgihpkohmehnip |
| 公式URL | https://chromewebstore.google.com/detail/leetcode-fix/kgenneohccgagookoocgihpkohmehnip |
| 説明 | Leetcode extension for showing dislike count in Dynamic Layout. |
| ファイルサイズ | 13.7 KB |
| インストール数 | 72 |
| 現在のバージョン | 0.0.6 |
| 最終更新日 | 2023-11-23 |
| 公開日 | 2023-09-06 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | bunny |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/bunnykek/LeetCode-Fix |
| ヘルプページのURL | https://github.com/bunnykek/LeetCode-Fix/issues |
| 対応言語 | 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\/*"
]
}
]
} | |