By: AlHeloween
Inspect and view changes in GPT LATEX Ctrl-C Ctrl-V source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GPT LATEX Ctrl-C Ctrl-V",
"version": "0.2.1",
"description": "Copy browser selections to clipboard in Office-compatible format, preserving formatting and converting LaTeX formulas to Microsoft Equation (OMML) format.",
"permissions": [
"contextMenus",
"activeTab",
"clipboardWrite",
"storage",
"downloads",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"constants.js",
"lib/cof-diag.js",
"lib/cof-core.js",
"lib/cof-wasm.js",
"lib/cof-selection.js",
"lib/cof-xslt.js",
"lib/cof-clipboard.js",
"lib/cof-ui.js",
"lib/cof-storage.js",
"lib/cof-anchor.js",
"lib/cof-analysis.js",
"lib/cof-translate.js",
"lib/cof-translation-wasm.js",
"content-script.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"web_accessible_resources": [
"assets/mathml2omml.xsl",
"wasm/tex_to_mathml.wasm",
"wasm/translation_wasm.wasm"
],
"icons": {
"48": "icons/icon48.png",
"96": "icons/icon96.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icons/icon48.png",
"96": "icons/icon96.png"
}
},
"homepage_url": "https://github.com/alheloween/gpt-latex-ctrl-c-v",
"options_ui": {
"page": "options.html",
"browser_style": true
},
"browser_specific_settings": {
"gecko": {
"id": "gpt-latex-ctrl-c-v@example",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
}
} Best GPT LATEX Ctrl-C Ctrl-V Alternatives
Here are some Firefox add-ons that are similar to GPT LATEX Ctrl-C Ctrl-V:
ChatGPT → Word Copier
izvenyaisya
ChatGPT LaTeX Copy Fix
Joppe Avermaete
Copy LaTeX 2
Leander
ChatGPT MathML / LaTeX Copy
Foxxey
Copy Equation from ChatGPT and Wikipedia
Foxxey
GeminiCopy (LaTeX)
Grovalyn
ChatGPT Exporter – AI2Word
AI
LLM Web LaTeX Extractor
Louis De Oliveira
PasteReady - Fix ChatGPT Copy-Paste Issues
Akshay Anu S