返回 AiToEarn
pluginUpdateDocs.json
根目录 / project / aitoearn-web / src / app / i18n / locales / en / pluginUpdateDocs.json
1 {
2 "seo": {
3 "title": "Plugin Update Guide - Upgrade the AiToEarn Browser Extension",
4 "description": "Follow this illustrated guide to download the latest .crx package and update the AiToEarn extension from the extensions management page.",
5 "keywords": "plugin update, browser extension upgrade, AiToEarn extension, manual update, Chrome extension"
6 },
7 "hero": {
8 "eyebrow": "Manual Update Workflow",
9 "title": "Plugin Update Guide",
10 "description": "If AiToEarn says your current extension version is outdated, follow this guide to update it with the latest .crx package.",
11 "noticeTitle": "Chrome Web Store installs usually do not need manual updates",
12 "noticeContent": "If you installed the extension from the Chrome Web Store, you normally only need to wait for store review and automatic rollout.",
13 "summaryLabel": "Quick Facts"
14 },
15 "facts": {
16 "time": "Estimated Time",
17 "timeValue": "About 1-3 minutes",
18 "scenario": "Applies To",
19 "scenarioValue": "Users in mainland China who cannot install the extension from the Chrome Web Store, or users who need the latest version immediately."
20 },
21 "actions": {
22 "downloadChina": "Latest China Download",
23 "downloadGithub": "GitHub Download",
24 "viewInstallGuide": "View Install Guide"
25 },
26 "tableOfContents": "Update Steps",
27 "sections": {
28 "beforeUpdate": "Before You Start",
29 "beforeUpdateDesc": "Review the backup notes and confirm your current install method before updating with the .crx package.",
30 "steps": "Update Steps",
31 "stepsDesc": "Follow these 7 steps to finish updating the latest extension package."
32 },
33 "backupNotice": {
34 "title": "Important Notice",
35 "content1": "If you previously installed the extension by extracting a .zip package, manually back up your existing extension data first, such as agents and task settings.",
36 "content2": "The old .zip install method is not compatible with the current one. After installing with the .crx package, you need to manually remove the old .zip-based extension."
37 },
38 "checklist": {
39 "title": "Checklist Before Updating",
40 "item1": "Close the extension popup, extension details page, and related panels before you start so the browser state can refresh cleanly.",
41 "item2": "If you want extra safety, back up your extension data first, such as agents and task settings."
42 },
43 "steps": {
44 "step1": {
45 "title": "Download the latest extension package",
46 "content": "Use the download entry at the top of the page to get the latest .crx package.",
47 "caption": "Download the latest extension package"
48 },
49 "step2": {
50 "title": "Open the download folder",
51 "content": "Open the folder that contains the extension package you just downloaded.",
52 "caption": "Open the download folder"
53 },
54 "step3": {
55 "title": "Open Manage Extensions",
56 "content": "Go to Chrome's extensions management page to start the manual update.",
57 "caption": "Open Manage Extensions"
58 },
59 "step4": {
60 "title": "Enable Developer mode",
61 "content": "Turn on Developer mode in the top-right corner of the extensions management page.",
62 "caption": "Enable Developer mode"
63 },
64 "step5": {
65 "title": "Drag the latest package into the extensions area",
66 "content": "Drag the downloaded .crx file directly into the extensions management page.",
67 "caption": "Drag the latest package into the extensions area"
68 },
69 "step6": {
70 "title": "Click Re-enable to confirm the update",
71 "content": "When Chrome shows the confirmation dialog, click “Re-enable” to finish updating the extension.",
72 "caption": "Click Re-enable to confirm the update"
73 },
74 "step7": {
75 "title": "Turn off Developer mode",
76 "content": "After the update is complete, you can turn off Developer mode.",
77 "caption": "Turn off Developer mode"
78 }
79 }
80 }
81
81 lines JSON