Inspect and view changes in Open-GPT 开放版·GPT聊天机器人 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Open-GPT 开放版·GPTèŠå¤©æœºå™¨äºº",
"version": "2.0.0",
"manifest_version": 3,
"description": "Open-GPT 开放版·直连GPTèŠå¤©æœºå™¨äººï¼Œæ˜¯ä¸€æ¬¾åŸºäºŽçš„GPT算法开å‘çš„èŠå¤©æœºå™¨äººï¼Œå…·å¤‡è¾ƒé«˜çš„智能度和è¯è¨€ç†è§£èƒ½åŠ›ï¼Œå¯ä»¥è¿›è¡Œæ™ºèƒ½é—®ç”ã€é—²èŠã€æ•™è‚²å’¨è¯¢ç‰å¤šç§äº¤äº’,为用户æä¾›æ›´åŠ ä¾¿åˆ©å’Œå¿«æ·çš„æœåŠ¡ã€‚系统èŠå¤©è®°å½•ä¸ä¼šè¢«ä¸Šä¼ 到第三方æœåŠ¡å™¨ï¼Œç”¨æˆ·çš„éšç§å¾—到了更好的ä¿æŠ¤ã€‚",
"icons": {
"16": "icons/icon.png",
"32": "icons/icon.png",
"48": "icons/icon.png",
"128": "icons/icon.png"
},
"action": {
"default_popup": "popup/popup.html"
},
"web_accessible_resources": [
{
"resources": [
"images/*.jpg",
"images/*.png"
],
"matches": [
"<all_urls>"
]
}
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}