Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "\u6c42\u804c\u65b9\u821f - \u5927\u5382\u62db\u8058\u5b98\u7f51AI\u81ea\u52a8\u586b\u7b80\u5386",
"description": "\u81ea\u52a8\u8bc6\u522b\u7f51\u9875\u7684\u7b80\u5386\u8868\u5355\uff0c\u7528DeepSeek\u81ea\u52a8\u5f55\u5165\u4f60\u7684\u7b80\u5386\u4fe1\u606f\uff0c\u7b80\u5316\u4f60\u5728\u5404\u5927\u4f01\u4e1a\u62db\u8058\u7f51\u7ad9\u6295\u7b80\u5386\u7684\u6d41\u7a0b\u3002AI\u9a71\u52a8\u65b9\u821f\uff0c\u8f7d\u4f60\u51b2\u7834\u6c42\u804c\u6697\u591c\u3002",
"version": "2025.10.31",
"icons": {
"16": "image\/icon16.png",
"48": "image\/icon48.png",
"128": "image\/icon128.png"
},
"action": {
"default_popup": "html\/popup.html",
"default_icon": {
"16": "image\/icon16.png",
"48": "image\/icon48.png",
"128": "image\/icon128.png"
}
},
"permissions": [
"tabs",
"storage",
"webNavigation"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"html\/resumeWindow.html",
"css\/lib\/simplemde.min.css",
"css\/lib\/font-awesome.all.min.css",
"css\/resumeInterface.css",
"webfonts\/*",
"image\/icon128.png",
"image\/starRatingDemo.png"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/lib\/simplemde.min.js",
"js\/arkContent.js",
"js\/resumeInterface.js"
],
"css": [
"css\/web.css"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"host_permissions": [
"https:\/\/api.qiuzhifangzhou.com\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/www.qiuzhifangzhou.com\/*"
]
}
}