提供元: David Septimus
Inspect and view changes in Tachi Code source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Tachi Code",
"description": "A simple editor for raw text files based on the Monaco editor",
"version": "1.10.0",
"icons": {
"16": "icon/16.png",
"32": "icon/32.png",
"48": "icon/48.png",
"128": "icon/128.png"
},
"permissions": [
"declarativeNetRequest",
"clipboardWrite",
"clipboardRead",
"contextMenus",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets/*",
"chunks/*",
"workers/*",
"code.html"
]
}
],
"background": {
"type": "module",
"scripts": [
"background.js"
]
},
"action": {
"default_title": "Default Popup Title",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_end",
"js": [
"content-scripts/content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{fb419f35-08e9-4380-96e9-cddbeb401c41}"
}
}
} ベストのTachi Code代替案
Tachi Codeに類似したFirefox add-onをいくつか紹介します:
Code Editor
sycxyc
HTML & CSS Scriptor
Libor Benes (Dr. B)
Text Editor
Sevina
Source Code Viewer
Nicolas Dos Santos
CodeCraft: Beautifier & Analyzer
Go99 Makeup
dreameditor.js (Code Editor)
blountmedia.net
CodeCompare: Syntax-Aware Diff
CodeCompare
CodeCompare Pro
QH88 Network
Live CSS Editor Plus
Chastity
TSConfig Configurator
lonberg
Code Minifier (JS, CSS, HTML)
88GO