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 |
| 官方網址 | 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 |
| 電子郵箱 | [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\/*"
]
}
]
} | |