提供元: NeloyHQ
Inspect and view changes in ChatGPT Code Preview source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "ChatGPT Code Preview",
"version": "1.0.0",
"description": "Preview, copy, and download code from ChatGPT",
"permissions": [
"activeTab",
"webRequest",
"webRequestBlocking"
],
"host_permissions": [
"https://chatgpt.com/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"https://chatgpt.com/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
],
"icons": {
"16": "icons/128.png",
"48": "icons/128.png",
"128": "icons/128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{5eb85a0a-770b-4cde-945a-422188a30cb3}"
}
}
} ベストのChatGPT Code Preview代替案
ChatGPT Code Previewに類似したFirefox add-onをいくつか紹介します:
ChatGPT Web Preview
LeonKohli
ChatGPT File Uploader Extended
Xivic Dumbler
ChatGPT HTML Web View
JdM
GPT Code helper
Francisco Cerdán
ChatGPT Automation Pro
Henry Russell
gpt-copy
shantanu
ChatGPT TLDR
Myon
chatgpt-copy-button
Anatolii V.
ChatGPT Markdown Copier
Shubham
ChatGPT to HTML
suhayeyel45