Leetcode editor extension
Quickly open problems in IntelliJ Platform IDEs.
什麼是Leetcode editor extension?
Leetcode editor extension是由shuzijun開發的Chrome擴展程式,該擴展的主要功能是“Quickly open problems in IntelliJ Platform IDEs.”。
擴展截圖
下載Leetcode editor extension擴展crx文件
下載Leetcode editor extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quickly open problem code in IntelliJ Platform IDEs when browsing leetcode issues. 擴展基本資訊
| 名稱 | |
| ID | kikcppmgphhkffcdhldclbidggbieegc |
| 官方網址 | https://chromewebstore.google.com/detail/leetcode-editor-extension/kikcppmgphhkffcdhldclbidggbieegc |
| 簡介 | Quickly open problems in IntelliJ Platform IDEs. |
| 檔案大小 | 2.59 MB |
| 安裝次數 | 66 |
| 目前版本 | 0.0.4 |
| 更新時間 | 2022-11-02 |
| 上架時間 | 2022-10-23 |
| 開發者 | shuzijun |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/shuzijun/leetcode-editor-extension |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icon16.plasmo.00ac8b83.png",
"32": "icon32.plasmo.9ad0c5b6.png",
"48": "icon48.plasmo.cae3a6b3.png",
"64": "icon64.plasmo.e4b604fc.png",
"128": "icon128.plasmo.b89b7dfa.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.00ac8b83.png",
"32": "icon32.plasmo.9ad0c5b6.png",
"48": "icon48.plasmo.cae3a6b3.png",
"64": "icon64.plasmo.e4b604fc.png",
"128": "icon128.plasmo.b89b7dfa.png"
},
"default_popup": "popup.html"
},
"version": "0.0.4",
"author": "shuzijun",
"name": "Leetcode editor extension",
"description": "Quickly open problems in IntelliJ Platform IDEs.",
"permissions": [
"storage",
"cookies",
"webRequest"
],
"background": {
"service_worker": "background.23452572.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"https:\/\/codetop.cc\/home*"
],
"js": [
"codetop-cc-list.73827297.js"
],
"css": []
},
{
"matches": [
"https:\/\/leetcode.cn\/*",
"https:\/\/leetcode.com\/*"
],
"js": [
"leetcode-affix.c4932423.js"
],
"run_at": "document_end",
"css": []
},
{
"matches": [
"https:\/\/leetcode.cn\/problemset\/all\/*"
],
"js": [
"leetcode-cn-list.03769274.js"
],
"css": []
},
{
"matches": [
"https:\/\/leetcode.cn\/*"
],
"js": [
"leetcode-cn-login.b3da0778.js"
],
"css": []
},
{
"matches": [
"https:\/\/leetcode.cn\/problems\/*"
],
"js": [
"leetcode-cn.5ee9f279.js"
],
"css": []
},
{
"matches": [
"https:\/\/leetcode.com\/problemset\/all\/*"
],
"js": [
"leetcode-com-list.a24abfe1.js"
],
"css": []
},
{
"matches": [
"https:\/\/leetcode.com\/*"
],
"js": [
"leetcode-com-login.b5484644.js"
],
"css": []
},
{
"matches": [
"https:\/\/leetcode.com\/problems\/*"
],
"js": [
"leetcode-com.668b9d9f.js"
],
"css": []
}
],
"default_locale": "en",
"host_permissions": [
"https:\/\/leetcode.cn\/*",
"https:\/\/leetcode.com\/*",
"https:\/\/codetop.cc\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/codetop.cc\/*"
],
"resources": [
"codetop-cc-list.e79d7b04.css",
"codetop-cc-list.b5b7bfab.css"
]
},
{
"matches": [
"https:\/\/leetcode.cn\/*",
"https:\/\/leetcode.com\/*"
],
"resources": [
"codetop-cc-list.e79d7b04.css",
"codetop-cc-list.b5b7bfab.css"
]
},
{
"matches": [
"https:\/\/leetcode.cn\/*"
],
"resources": [
"codetop-cc-list.e79d7b04.css",
"codetop-cc-list.b5b7bfab.css"
]
},
{
"matches": [
"https:\/\/leetcode.cn\/*"
],
"resources": [
"codetop-cc-list.e79d7b04.css",
"codetop-cc-list.b5b7bfab.css"
]
},
{
"matches": [
"https:\/\/leetcode.cn\/*"
],
"resources": [
"codetop-cc-list.e79d7b04.css",
"codetop-cc-list.b5b7bfab.css"
]
},
{
"matches": [
"https:\/\/leetcode.com\/*"
],
"resources": [
"codetop-cc-list.e79d7b04.css",
"codetop-cc-list.b5b7bfab.css"
]
},
{
"matches": [
"https:\/\/leetcode.com\/*"
],
"resources": [
"codetop-cc-list.e79d7b04.css",
"codetop-cc-list.b5b7bfab.css"
]
},
{
"matches": [
"https:\/\/leetcode.com\/*"
],
"resources": [
"codetop-cc-list.e79d7b04.css",
"codetop-cc-list.b5b7bfab.css"
]
}
]
} | |