제작자: Vukašin Stepanović Add-on
Inspect and view changes in Reddit Code Highlight source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Reddit Code Highlight",
"description": "Applies syntax highlighting to code blocks on Reddit.",
"version": "1.0.0",
"icons": {
"48": "assets/icon48.png",
"128": "assets/icon128.png"
},
"content_scripts": [
{
"matches": [
"*://*.reddit.com/*"
],
"js": [
"content_scripts/index.js"
],
"css": [
"vendor/prism.css",
"content_scripts/index.css"
]
}
]
} 최고의 Reddit Code Highlight 대안
다음은 Reddit Code Highlight과(와) 유사한 Firefox add-on입니다:
Syntax Highlighter
OKVIP
Code Highlighter
fides
Code Snippet Highlighter
Magnus
Code Highlighter
Magnus
Code Highlighter
Magnus
StackOverflow Syntax Highlight
vietan0
NotebookLM Code Highlighter
Alex
Raw Code Highlighter
Kryštof Ham
Code Snippet Highlight
Magnus
Source Code & Font Viewer — HTML/CSS/JS/JSON/XML
Nicolas Dos Santos
Github Code Outline
VJ
Toggle LeetCode Syntax Highlighting
jacamera