提供元: micha4w
Inspect and view changes in Code Expert Master source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"background": {
"scripts": [
"src/js/background/main.js"
]
},
"browser_action": {
"default_icon": {
"64": "icons/cxm-icon-64.png",
"128": "icons/cxm-icon-128.png",
"512": "icons/cxm-icon-512.png"
},
"default_popup": "src/ui/popup/index.html"
},
"browser_specific_settings": {
"gecko": {
"id": "cx-master@micha4w.ch"
}
},
"permissions": [
"nativeMessaging",
"storage"
],
"author": "micha4w",
"description": "A helper Addon to improve the Code-Expert experience",
"name": "Code-Expert Master",
"version": "1.2.7",
"content_scripts": [
{
"js": [
"src/js/content/main.js"
],
"matches": [
"https://expert.ethz.ch/*"
],
"run_at": "document_idle"
}
],
"icons": {
"64": "icons/cxm-icon-64.png",
"128": "icons/cxm-icon-128.png",
"512": "icons/cxm-icon-512.png"
}
} ベストのCode Expert Master代替案
Code Expert Masterに類似したFirefox add-onをいくつか紹介します:
Code Editor
sycxyc
Code Stats Extension
bitnulleins
Code Expert Keybinds
markbeep
CX Enable Vim
humblecatcher
Advanced Code Explorer
Erin Reid
Text Editor
Sevina
CodeCompare: Syntax-Aware Diff
CodeCompare
codeCollab Extension
flyingdelta
CodeCompare Pro
QH88 Network
Codext
Pyves
Code Formatter
sparkle_64
Codeforces Lite
Devendra Suryavanshi