@kudoai/chatgpt.js 2.6.6 → 2.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/README.md +343 -341
  2. package/chatgpt.js +12 -12
  3. package/dist/chatgpt.min.js +3 -3
  4. package/docs/README.md +15 -13
  5. package/docs/SECURITY.md +2 -2
  6. package/docs/USERGUIDE.md +6 -6
  7. package/docs/de/LICENSE.md +1 -1
  8. package/docs/de/README.md +15 -13
  9. package/docs/de/SECURITY.md +2 -2
  10. package/docs/es/LICENSE.md +1 -1
  11. package/docs/es/README.md +15 -13
  12. package/docs/es/SECURITY.md +2 -2
  13. package/docs/fr/LICENSE.md +1 -1
  14. package/docs/fr/README.md +15 -13
  15. package/docs/fr/SECURITY.md +2 -2
  16. package/docs/hi/LICENSE.md +1 -1
  17. package/docs/hi/README.md +15 -13
  18. package/docs/hi/SECURITY.md +2 -2
  19. package/docs/it/LICENSE.md +1 -1
  20. package/docs/it/README.md +15 -13
  21. package/docs/it/SECURITY.md +2 -2
  22. package/docs/ja/LICENSE.md +1 -1
  23. package/docs/ja/README.md +15 -13
  24. package/docs/ja/SECURITY.md +2 -2
  25. package/docs/ko/LICENSE.md +1 -1
  26. package/docs/ko/README.md +15 -13
  27. package/docs/ko/SECURITY.md +2 -2
  28. package/docs/ne/LICENSE.md +1 -1
  29. package/docs/ne/README.md +15 -13
  30. package/docs/ne/SECURITY.md +2 -2
  31. package/docs/nl/LICENSE.md +1 -1
  32. package/docs/nl/README.md +15 -13
  33. package/docs/nl/SECURITY.md +2 -2
  34. package/docs/pt/LICENSE.md +1 -1
  35. package/docs/pt/README.md +15 -13
  36. package/docs/pt/SECURITY.md +2 -2
  37. package/docs/vi/LICENSE.md +1 -1
  38. package/docs/vi/README.md +15 -13
  39. package/docs/vi/SECURITY.md +2 -2
  40. package/docs/zh-cn/LICENSE.md +1 -1
  41. package/docs/zh-cn/README.md +15 -13
  42. package/docs/zh-cn/SECURITY.md +2 -2
  43. package/docs/zh-tw/LICENSE.md +1 -1
  44. package/docs/zh-tw/README.md +15 -13
  45. package/docs/zh-tw/SECURITY.md +2 -2
  46. package/package.json +3 -3
  47. package/starters/chrome/docs/README.md +3 -3
  48. package/starters/chrome/docs/SECURITY.md +1 -1
  49. package/starters/chrome/docs/de/LICENSE.md +1 -1
  50. package/starters/chrome/docs/de/README.md +3 -3
  51. package/starters/chrome/docs/es/LICENSE.md +1 -1
  52. package/starters/chrome/docs/es/README.md +3 -3
  53. package/starters/chrome/docs/fr/LICENSE.md +1 -1
  54. package/starters/chrome/docs/fr/README.md +3 -3
  55. package/starters/chrome/docs/hi/LICENSE.md +1 -1
  56. package/starters/chrome/docs/hi/README.md +3 -3
  57. package/starters/chrome/docs/hi/SECURITY.md +1 -1
  58. package/starters/chrome/docs/it/LICENSE.md +1 -1
  59. package/starters/chrome/docs/it/README.md +3 -3
  60. package/starters/chrome/docs/ja/LICENSE.md +1 -1
  61. package/starters/chrome/docs/ja/README.md +3 -3
  62. package/starters/chrome/docs/ko/LICENSE.md +1 -1
  63. package/starters/chrome/docs/ko/README.md +3 -3
  64. package/starters/chrome/docs/nl/LICENSE.md +1 -1
  65. package/starters/chrome/docs/nl/README.md +3 -3
  66. package/starters/chrome/docs/pt/LICENSE.md +1 -1
  67. package/starters/chrome/docs/pt/README.md +3 -3
  68. package/starters/chrome/docs/vi/LICENSE.md +1 -1
  69. package/starters/chrome/docs/vi/README.md +3 -3
  70. package/starters/chrome/docs/zh-cn/LICENSE.md +1 -1
  71. package/starters/chrome/docs/zh-cn/README.md +3 -3
  72. package/starters/chrome/docs/zh-cn/SECURITY.md +1 -1
  73. package/starters/chrome/docs/zh-tw/LICENSE.md +1 -1
  74. package/starters/chrome/docs/zh-tw/README.md +3 -3
  75. package/starters/chrome/extension/content.js +1 -1
  76. package/starters/chrome/extension/lib/chatgpt.js +24 -26
  77. package/starters/chrome/extension/manifest.json +1 -1
  78. package/starters/chrome/extension/popup/index.html +1 -1
  79. package/starters/docs/LICENSE.md +1 -1
  80. package/starters/docs/README.md +4 -4
  81. package/starters/docs/de/LICENSE.md +1 -1
  82. package/starters/docs/de/README.md +4 -4
  83. package/starters/docs/es/LICENSE.md +1 -1
  84. package/starters/docs/es/README.md +4 -4
  85. package/starters/docs/fr/LICENSE.md +1 -1
  86. package/starters/docs/fr/README.md +4 -4
  87. package/starters/docs/hi/LICENSE.md +1 -1
  88. package/starters/docs/hi/README.md +4 -4
  89. package/starters/docs/it/LICENSE.md +1 -1
  90. package/starters/docs/it/README.md +4 -4
  91. package/starters/docs/ja/LICENSE.md +1 -1
  92. package/starters/docs/ja/README.md +4 -4
  93. package/starters/docs/ko/LICENSE.md +1 -1
  94. package/starters/docs/ko/README.md +4 -4
  95. package/starters/docs/nl/LICENSE.md +1 -1
  96. package/starters/docs/nl/README.md +4 -4
  97. package/starters/docs/pt/LICENSE.md +1 -1
  98. package/starters/docs/pt/README.md +4 -4
  99. package/starters/docs/vi/LICENSE.md +1 -1
  100. package/starters/docs/vi/README.md +4 -4
  101. package/starters/docs/zh-cn/LICENSE.md +1 -1
  102. package/starters/docs/zh-cn/README.md +4 -4
  103. package/starters/docs/zh-tw/LICENSE.md +1 -1
  104. package/starters/docs/zh-tw/README.md +4 -4
  105. package/starters/greasemonkey/chatgpt.js-greasemonkey-starter.user.js +4 -4
  106. package/starters/greasemonkey/docs/README.md +1 -1
  107. package/starters/greasemonkey/docs/SECURITY.md +1 -1
  108. package/starters/greasemonkey/docs/de/LICENSE.md +1 -1
  109. package/starters/greasemonkey/docs/es/LICENSE.md +1 -1
  110. package/starters/greasemonkey/docs/fr/LICENSE.md +1 -1
  111. package/starters/greasemonkey/docs/hi/LICENSE.md +1 -1
  112. package/starters/greasemonkey/docs/hi/SECURITY.md +1 -1
  113. package/starters/greasemonkey/docs/it/LICENSE.md +1 -1
  114. package/starters/greasemonkey/docs/ja/LICENSE.md +1 -1
  115. package/starters/greasemonkey/docs/ko/LICENSE.md +1 -1
  116. package/starters/greasemonkey/docs/nl/LICENSE.md +1 -1
  117. package/starters/greasemonkey/docs/pt/LICENSE.md +1 -1
  118. package/starters/greasemonkey/docs/vi/LICENSE.md +1 -1
  119. package/starters/greasemonkey/docs/zh-cn/LICENSE.md +1 -1
  120. package/starters/greasemonkey/docs/zh-cn/SECURITY.md +1 -1
  121. package/starters/greasemonkey/docs/zh-tw/LICENSE.md +1 -1
@@ -2,7 +2,7 @@
2
2
 
3
3
  <div align="center">
4
4
  <h6>
5
- <a href="https://github.com/kudoai/chatgpt.js/tree/main/docs">
5
+ <a href="https://github.com/KudoAI/chatgpt.js/tree/main/docs">
6
6
  <picture>
7
7
  <source type="image/svg+xml" media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/icons/earth-americas-white-padded-icon17x15.svg">
8
8
  <img src="https://raw.githubusercontent.com/KudoAI/chatgpt.js/main/media/images/icons/earth-americas-padded-icon17x15.svg">
@@ -39,11 +39,12 @@
39
39
  <br>
40
40
 
41
41
  <div id="shields" align="center">
42
- [![](https://img.shields.io/github/stars/KudoAI/chatgpt.js?label=星星&color=gold&logo=github&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/KudoAI/chatgpt.js/stargazers)
42
+ [![](https://img.shields.io/github/stars/KudoAI/chatgpt.js?label=星星&color=af68ff&logo=github&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/KudoAI/chatgpt.js/stargazers)
43
43
  [![](https://img.shields.io/badge/许可证-MIT-green.svg?logo=internetarchive&logoColor=white&labelColor=464646&style=for-the-badge)](LICENSE.md)
44
- [![](https://img.shields.io/github/commit-activity/m/kudoai/chatgpt.js?label=提交&logo=github&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/kudoai/chatgpt.js/commits/main)
45
- ![](https://img.shields.io/github/size/kudoai/chatgpt.js/dist/chatgpt-2.6.6.min.js?label=Minified%20Size&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge)
44
+ [![](https://img.shields.io/github/commit-activity/m/kudoai/chatgpt.js?label=提交&logo=github&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/KudoAI/chatgpt.js/commits/main)
45
+ ![](https://img.shields.io/github/size/kudoai/chatgpt.js/dist/chatgpt.min.js?label=Minified%20Size&logo=databricks&logoColor=white&labelColor=464646&color=ff69b4&style=for-the-badge)
46
46
  [![](https://img.shields.io/codacy/grade/696917c8e5a949c49edb89ed2f43d5ba?label=代碼質量&logo=codacy&logoColor=white&labelColor=464646&color=1acc6c&style=for-the-badge)](https://app.codacy.com/gh/KudoAI/chatgpt.js/commits?utm_source=chatgpt%2Ejs&utm_content=github_shield)
47
+ [![](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fsonarcloud.io%2Fapi%2Fmeasures%2Fcomponent%3Fcomponent%3Dkudoai_chatgpt.js%26metricKeys%3Dvulnerabilities&query=%24.component.measures.0.value&style=for-the-badge&logo=sonarcloud&logoColor=white&labelColor=464646&label=漏洞&color=gold)](https://sonarcloud.io/component_measures?metric=new_vulnerabilities&id=kudoai_chatgpt.js)
47
48
  [![](https://img.shields.io/badge/中提到-Awesome-cca8c4?logo=awesomelists&logoColor=white&labelColor=464646&style=for-the-badge)](https://github.com/sindresorhus/awesome-chatgpt#javascript)
48
49
  [![](https://img.shields.io/badge/精選於-Product_Hunt-ff6154?logo=producthunt&logoColor=white&labelColor=464646&style=for-the-badge)](https://www.producthunt.com/posts/chatgpt-js)
49
50
 
@@ -79,7 +80,7 @@
79
80
 
80
81
  ```js
81
82
  (async () => {
82
- await import('https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.6/dist/chatgpt.min.js');
83
+ await import('https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.7/dist/chatgpt.min.js');
83
84
  // 你的代碼在這裡...
84
85
  })();
85
86
  ```
@@ -88,7 +89,7 @@
88
89
 
89
90
  ```js
90
91
  var xhr = new XMLHttpRequest();
91
- xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.6/dist/chatgpt.min.js');
92
+ xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.7/dist/chatgpt.min.js');
92
93
  xhr.onload = function () {
93
94
  if (xhr.status === 200) {
94
95
  var chatgptJS = document.createElement('script');
@@ -106,11 +107,11 @@ function yourCode() {
106
107
 
107
108
  ### <img style="margin: 0 2px -0.065rem 0" height=17 src="https://raw.githubusercontent.com/kudoai/chatgpt.js/main/starters/media/images/icons/tampermonkey-icon28.png"></picture><img style="margin: 0 2px -0.035rem 1px" height=17.5 src="https://raw.githubusercontent.com/kudoai/chatgpt.js/main/starters/media/images/icons/violentmonkey-icon100.png"> Greasemonkey:
108
109
 
109
- > **筆記** _使用入門模板: [kudoai/chatgpt.js-greasemonkey-starter](https://github.com/kudoai/chatgpt.js-greasemonkey-starter)_
110
+ > **筆記** _使用入門模板: [kudoai/chatgpt.js-greasemonkey-starter](https://github.com/KudoAI/chatgpt.js-greasemonkey-starter)_
110
111
 
111
112
  ```js
112
113
  ...
113
- // @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.6/dist/chatgpt.min.js
114
+ // @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.6.7/dist/chatgpt.min.js
114
115
  // ==/UserScript==
115
116
 
116
117
  // 你的代碼在這裡...
@@ -118,7 +119,7 @@ function yourCode() {
118
119
 
119
120
  ### <img style="margin: 0 2px -1px 0" height=16 src="https://www.google.com/chrome/static/images/favicons/apple-icon-60x60.png"> Chrome:
120
121
 
121
- > **筆記** _使用入門模板: [kudoai/chatgpt.js-chrome-starter](https://github.com/kudoai/chatgpt.js-chrome-starter)_
122
+ > **筆記** _使用入門模板: [kudoai/chatgpt.js-chrome-starter](https://github.com/KudoAI/chatgpt.js-chrome-starter)_
122
123
 
123
124
  由於 Google 不允許遠端程式碼,因此需要在本地導入 chatgpt.js:
124
125
 
@@ -185,7 +186,7 @@ chatgpt.get('reply', 'last');
185
186
 
186
187
  每個調用都會同等地獲取最後一個響應。 如果您認為它有效,它可能會......所以只需輸入它即可!
187
188
 
188
- 如果沒有,請查看擴展的[用戶指南](https://github.com/kudoai/chatgpt.js/blob/main/docs/USERGUIDE.md),或者只需提交一個[問題](https://github.com/kudoai/chatgpt.js/issues) 或 [PR](https://github.com/kudoai/chatgpt.js/pulls) 它將被集成,簡單易行!
189
+ 如果沒有,請查看擴展的[用戶指南](https://github.com/KudoAI/chatgpt.js/blob/main/docs/USERGUIDE.md),或者只需提交一個[問題](https://github.com/KudoAI/chatgpt.js/issues) 或 [PR](https://github.com/KudoAI/chatgpt.js/pulls) 它將被集成,簡單易行!
189
190
 
190
191
  <img height=8px width="100%" src="https://raw.githubusercontent.com/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
191
192
 
@@ -263,7 +264,7 @@ https://github.com/KudoAI/chatgpt.js/assets/10906554/f53c740f-d5e0-49b6-ae02-3b3
263
264
  <p><br>
264
265
 
265
266
  <p id="showcase-cta">
266
- 如果您使用 chatgpt.js 製作了一些想要分享的內容,請發送電子郵件至 <a href="mailto:showcase@chatgptjs.org">showcase@chatgptjs.org</a> 或打開一個 <a href="https://github.com/kudoai/chatgpt.js/pulls" target="_blank" rel="noopener">pull 請求</a>!
267
+ 如果您使用 chatgpt.js 製作了一些想要分享的內容,請發送電子郵件至 <a href="mailto:showcase@chatgptjs.org">showcase@chatgptjs.org</a> 或打開一個 <a href="https://github.com/KudoAI/chatgpt.js/pulls" target="_blank" rel="noopener">pull 請求</a>!
267
268
  </p>
268
269
 
269
270
  <img height=8px width="100%" src="https://raw.githubusercontent.com/kudoai/chatgpt.js/main/docs/assets/images/aqua-separator.png">
@@ -299,6 +300,7 @@ https://github.com/KudoAI/chatgpt.js/assets/10906554/f53c740f-d5e0-49b6-ae02-3b3
299
300
  [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/150537240?first-contrib=2023.11.15-regenerate-btn-changed-bug-email&h=51&w=51&mask=circle&maxage=7d "@philly88r")](https://github.com/philly88r)
300
301
  [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/9730392?first-contrib=2023.12.18-get-response-from-dom-request&h=51&w=51&mask=circle&maxage=7d "@thomasgauthier")](https://github.com/thomasgauthier)
301
302
  [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/42911524?first-contrib=2024.1.17-add-custom-gpt-support&h=51&w=51&mask=circle&maxage=7d "@pranav-bhatt")](https://github.com/pranav-bhatt)
303
+ [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/13976824?first-contrib=2021.01.31-aria-labels-unreliable-bug-report&h=50&w=50&mask=circle&maxage=7d "@hopana")](https://github.com/hopana)
302
304
  [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/u/111466842?first-contrib=2024.2.15-add-en-gb-locale&h=51&w=51&mask=circle&maxage=7d "@Luwa-Tech")](https://github.com/Luwa-Tech)
303
305
  [![](https://images.weserv.nl/?url=https://avatars.githubusercontent.com/in/29110&h=51&w=51&mask=circle&maxage=7d "Dependabot")](https://github.com/dependabot)
304
306
  [![](https://images.weserv.nl/?url=https://i.imgur.com/tNyIPmG.jpg?h=51&w=51&mask=circle&maxage=7d "ChatGPT")](https://chat.openai.com)
@@ -333,8 +335,8 @@ https://github.com/KudoAI/chatgpt.js/assets/10906554/f53c740f-d5e0-49b6-ae02-3b3
333
335
  <div align="center">
334
336
 
335
337
  **[發布](https://www.npmjs.com/package/@kudoai/chatgpt.js?activeTab=versions)** /
336
- [用戶指南](https://github.com/kudoai/chatgpt.js/blob/main/docs/USERGUIDE.md) /
337
- [討論](https://github.com/kudoai/chatgpt.js/discussions) /
338
+ [用戶指南](https://github.com/KudoAI/chatgpt.js/blob/main/docs/USERGUIDE.md) /
339
+ [討論](https://github.com/KudoAI/chatgpt.js/discussions) /
338
340
  <a href="#">回到頂部 ↑</a>
339
341
 
340
342
  </div>
@@ -20,6 +20,6 @@
20
20
 
21
21
  # 安全策略
22
22
 
23
- 如果您發現漏洞,請打開[安全公告草案](https://github.com/kudoai/chatgpt.js/security/advisories/new)。
23
+ 如果您發現漏洞,請打開[安全公告草案](https://github.com/KudoAI/chatgpt.js/security/advisories/new)。
24
24
 
25
- 也歡迎拉取請求,但出於安全原因,請發送電子郵件至 security@chatgptjs.org 並等待回復後再公開。
25
+ 也歡迎拉取請求,但出於安全原因,請發送電子郵件至 <security@kudoai.com> 並等待回復後再公開。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kudoai/chatgpt.js",
3
- "version": "2.6.6",
3
+ "version": "2.6.7",
4
4
  "description": "Client-side JavaScript library for ChatGPT",
5
5
  "author": {
6
6
  "name": "KudoAI & contributors",
@@ -62,8 +62,8 @@
62
62
  "url": "https://github.com/sponsors/KudoAI"
63
63
  },
64
64
  "devDependencies": {
65
- "@adamlui/minify.js": "^1.1.2",
66
- "@adamlui/scss-to-css": "^1.3.2",
65
+ "@adamlui/minify.js": "^1.2.0",
66
+ "@adamlui/scss-to-css": "^1.4.0",
67
67
  "docsify-cli": "^4.4.4",
68
68
  "eslint": "^8.57.0",
69
69
  "eslint-plugin-json-schema-validator": "^4.8.3",
@@ -22,7 +22,7 @@
22
22
 
23
23
  # <img height=21 src="https://www.google.com/chrome/static/images/favicons/apple-icon-60x60.png"> chatgpt.js-chrome-starter
24
24
 
25
- <h3>A starting point for developing your own Chrome extension using <a href="https://github.com/kudoai/chatgpt.js">chatgpt.js</a></h3>
25
+ <h3>A starting point for developing your own Chrome extension using <a href="https://github.com/KudoAI/chatgpt.js">chatgpt.js</a></h3>
26
26
 
27
27
  <br>
28
28
 
@@ -30,7 +30,7 @@
30
30
 
31
31
  ## ⚡ Installation
32
32
 
33
- 1. Click **Fork** -or- **Use this template** > **Create a new repository** on https://github.com/kudoai/chatgpt.js-chrome-starter
33
+ 1. Click **Fork** -or- **Use this template** > **Create a new repository** on https://github.com/KudoAI/chatgpt.js-chrome-starter
34
34
 
35
35
  2. **Clone** your newly created repo locally
36
36
 
@@ -90,4 +90,4 @@ These are some of the extensions featured by Google that use chatgpt.js:
90
90
 
91
91
  #
92
92
 
93
- <a href="https://github.com/kudoai/chatgpt.js-chrome-starter/issues">Get Help</a> / <a href="#">Back to top ↑</a>
93
+ <a href="https://github.com/KudoAI/chatgpt.js-chrome-starter/issues">Get Help</a> / <a href="#">Back to top ↑</a>
@@ -14,4 +14,4 @@
14
14
 
15
15
  If you find a vulnerability, please open a [draft security advisory](https://github.com/KudoAI/chatgpt.js-chrome-starter/security/advisories/new).
16
16
 
17
- Pull requests are also welcome, but for safety reasons, send an email to security@kudoai.com and wait for a response before making it public.
17
+ Pull requests are also welcome, but for safety reasons, send an email to <security@kudoai.com> and wait for a response before making it public.
@@ -22,7 +22,7 @@
22
22
 
23
23
  # 🏛️ MIT-Lizenz
24
24
 
25
- **Urheberrechte (c) 2023–2024 [KudoAI](https://github.com/kudoai) & mitwirkende**
25
+ **Urheberrechte (c) 2023–2024 [KudoAI](https://github.com/KudoAI) & mitwirkende**
26
26
 
27
27
  Hiermit wird jeder Person, die eine Kopie erhält, kostenlos die Erlaubnis erteilt dieser Software und der zugehörigen Dokumentationsdateien (die „Software“) zu handeln an der Software ohne Einschränkung, einschließlich und ohne Einschränkung der Rechte zum Verwenden, Kopieren, Modifizieren, Zusammenführen, Veröffentlichen, Verteilen, Unterlizenzieren und/oder Verkaufen Kopien der Software zu erwerben und Personen zu gestatten, denen die Software gehört unter folgenden Bedingungen zur Verfügung gestellt:
28
28
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  # <img height=21 src="https://www.google.com/chrome/static/images/favicons/apple-icon-60x60.png"> chatgpt.js-chrome-starter
24
24
 
25
- <h3>Ein Ausgangspunkt für die Entwicklung Ihrer eigenen Chrome-Erweiterung mit <a href="https://github.com/kudoai/chatgpt.js">chatgpt.js</a></h3>
25
+ <h3>Ein Ausgangspunkt für die Entwicklung Ihrer eigenen Chrome-Erweiterung mit <a href="https://github.com/KudoAI/chatgpt.js">chatgpt.js</a></h3>
26
26
 
27
27
  <br>
28
28
 
@@ -30,7 +30,7 @@
30
30
 
31
31
  ## ⚡ Installation
32
32
 
33
- 1. Klicken **Fork** -oder- **Use this template** > **Create a new repository** an https://github.com/kudoai/chatgpt.js-chrome-starter
33
+ 1. Klicken **Fork** -oder- **Use this template** > **Create a new repository** an https://github.com/KudoAI/chatgpt.js-chrome-starter
34
34
 
35
35
  2. **Clone** ihr neu erstelltes Repo lokal
36
36
 
@@ -90,4 +90,4 @@ Dies sind einige der von Google angebotenen Erweiterungen, die chatgpt.js verwen
90
90
 
91
91
  #
92
92
 
93
- <a href="https://github.com/kudoai/chatgpt.js-chrome-starter/issues">Hilfe bekommen</a> / <a href="#">Zurück nach oben ↑</a>
93
+ <a href="https://github.com/KudoAI/chatgpt.js-chrome-starter/issues">Hilfe bekommen</a> / <a href="#">Zurück nach oben ↑</a>
@@ -22,7 +22,7 @@
22
22
 
23
23
  # 🏛️ Licencia MIT
24
24
 
25
- **Copyright (c) 2023–2024 [KudoAI](https://github.com/kudoai) y colaboradores**
25
+ **Copyright (c) 2023–2024 [KudoAI](https://github.com/KudoAI) y colaboradores**
26
26
 
27
27
  Por la presente se concede permiso, sin cargo, a cualquier persona que obtenga una copia de este software y los archivos de documentación asociados (el "Software"), para tratar en el Software sin restricciones, incluidos, entre otros, los derechos usar, copiar, modificar, fusionar, publicar, distribuir, sublicenciar y/o vender copias del Software, y para permitir a las personas a quienes se les provisto para hacerlo, sujeto a las siguientes condiciones:
28
28
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  # <img height=21 src="https://www.google.com/chrome/static/images/favicons/apple-icon-60x60.png"> chatgpt.js-chrome-starter
24
24
 
25
- <h3>Un punto de partida para desarrollar su propia extensión de Chrome usando <a href="https://github.com/kudoai/chatgpt.js">chatgpt.js</a></h3>
25
+ <h3>Un punto de partida para desarrollar su propia extensión de Chrome usando <a href="https://github.com/KudoAI/chatgpt.js">chatgpt.js</a></h3>
26
26
 
27
27
  <br>
28
28
 
@@ -30,7 +30,7 @@
30
30
 
31
31
  ## ⚡ Instalación
32
32
 
33
- 1. Hacer clic **Fork** -o- **Use this template** > **Create a new repository** en https://github.com/kudoai/chatgpt.js-chrome-starter
33
+ 1. Hacer clic **Fork** -o- **Use this template** > **Create a new repository** en https://github.com/KudoAI/chatgpt.js-chrome-starter
34
34
 
35
35
  2. **Clone** su repositorio recién creado localmente
36
36
 
@@ -90,4 +90,4 @@ Estas son algunas de las extensiones presentadas por Google que usan chatgpt.js:
90
90
 
91
91
  #
92
92
 
93
- <a href="https://github.com/kudoai/chatgpt.js-chrome-starter/issues">Consigue ayuda</a> / <a href="#">Volver arriba ↑</a>
93
+ <a href="https://github.com/KudoAI/chatgpt.js-chrome-starter/issues">Consigue ayuda</a> / <a href="#">Volver arriba ↑</a>
@@ -22,7 +22,7 @@
22
22
 
23
23
  # 🏛️ Licence MIT
24
24
 
25
- **Droit d'auteur (c) 2023–2024 [KudoAI](https://github.com/kudoai) & contributeurs**
25
+ **Droit d'auteur (c) 2023–2024 [KudoAI](https://github.com/KudoAI) & contributeurs**
26
26
 
27
27
  Permission est accordée, sans frais, à toute personne obtenant une copie de ce logiciel et des fichiers de documentation associés (le "Logiciel"), pour traiter dans le Logiciel sans restriction, y compris, sans s'y limiter, les droits utiliser, copier, modifier, fusionner, publier, distribuer, sous-licencier et/ou vendre copies du Logiciel, et de permettre aux personnes à qui le Logiciel est fourni pour ce faire, sous réserve des conditions suivantes:
28
28
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  # <img height=21 src="https://www.google.com/chrome/static/images/favicons/apple-icon-60x60.png"> chatgpt.js-chrome-starter
24
24
 
25
- <h3>Un point de départ pour développer votre propre extension Chrome en utilisant <a href="https://github.com/kudoai/chatgpt.js">chatgpt.js</a></h3>
25
+ <h3>Un point de départ pour développer votre propre extension Chrome en utilisant <a href="https://github.com/KudoAI/chatgpt.js">chatgpt.js</a></h3>
26
26
 
27
27
  <br>
28
28
 
@@ -30,7 +30,7 @@
30
30
 
31
31
  ## ⚡ Installation
32
32
 
33
- 1. Cliquez sur **Fork** -ou- **Use this template** > **Create a new repository** sur https://github.com/kudoai/chatgpt.js-chrome-starter
33
+ 1. Cliquez sur **Fork** -ou- **Use this template** > **Create a new repository** sur https://github.com/KudoAI/chatgpt.js-chrome-starter
34
34
 
35
35
  2. **Clone** votre dépôt nouvellement créé localement
36
36
 
@@ -90,4 +90,4 @@ Voici quelques-unes des extensions proposées par Google qui utilisent chatgpt.j
90
90
 
91
91
  #
92
92
 
93
- <a href="https://github.com/kudoai/chatgpt.js-chrome-starter/issues">Obtenir de l'aide</a> / <a href="#">Retour au sommet ↑</a>
93
+ <a href="https://github.com/KudoAI/chatgpt.js-chrome-starter/issues">Obtenir de l'aide</a> / <a href="#">Retour au sommet ↑</a>
@@ -22,7 +22,7 @@
22
22
 
23
23
  # 🏛️ MIT लाइसेंस
24
24
 
25
- **कॉपीराइट (सी) 2023-2024 [KudoAI](https://github.com/kudoai) और योगदानकर्ता**
25
+ **कॉपीराइट (सी) 2023-2024 [KudoAI](https://github.com/KudoAI) और योगदानकर्ता**
26
26
 
27
27
  इसके द्वारा प्रति प्राप्त करने वाले किसी भी व्यक्ति को अनुमति निःशुल्क प्रदान की जाती है इस सॉफ़्टवेयर और संबंधित दस्तावेज़ फ़ाइलों ("सॉफ़्टवेयर") से निपटने के लिए सॉफ़्टवेयर में बिना किसी प्रतिबंध के, जिसमें बिना किसी सीमा के अधिकार शामिल हैं उपयोग करना, प्रतिलिपि बनाना, संशोधित करना, विलय करना, प्रकाशित करना, वितरित करना, उपलाइसेंस देना और/या बेचना सॉफ़्टवेयर की प्रतियां, और उन व्यक्तियों को अनुमति देना जिनके पास सॉफ़्टवेयर है निम्नलिखित शर्तों के अधीन, ऐसा करने के लिए सुसज्जित:
28
28
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  # <img height=21 src="https://www.google.com/chrome/static/images/favicons/apple-icon-60x60.png"> chatgpt.js-chrome-starter
24
24
 
25
- <h3><a href="https://github.com/kudoai/chatgpt.js">chatgpt.js</a> का उपयोग करके अपना स्वयं का Chrome एक्सटेंशन विकसित करने का प्रारंभिक बिंदु</h3>
25
+ <h3><a href="https://github.com/KudoAI/chatgpt.js">chatgpt.js</a> का उपयोग करके अपना स्वयं का Chrome एक्सटेंशन विकसित करने का प्रारंभिक बिंदु</h3>
26
26
 
27
27
  <br>
28
28
 
@@ -30,7 +30,7 @@
30
30
 
31
31
  ## ⚡ इंस्टालेशन
32
32
 
33
- 1. クリック **Fork** -या- **Use this template** > **Create a new repository** पर https://github.com/kudoai/chatgpt.js-chrome-starter
33
+ 1. クリック **Fork** -या- **Use this template** > **Create a new repository** पर https://github.com/KudoAI/chatgpt.js-chrome-starter
34
34
 
35
35
  2. **Clone** आपका नव निर्मित रेपो स्थानीय स्तर पर
36
36
 
@@ -90,4 +90,4 @@
90
90
 
91
91
  #
92
92
 
93
- <a href="https://github.com/kudoai/chatgpt.js-chrome-starter/issues">मदद लें</a> / <a href="#">वापस शीर्ष पर ↑</a>
93
+ <a href="https://github.com/KudoAI/chatgpt.js-chrome-starter/issues">मदद लें</a> / <a href="#">वापस शीर्ष पर ↑</a>
@@ -14,4 +14,4 @@
14
14
 
15
15
  अगर आपको कोई भेद्यता मिलती है, तो कृपया [ड्राफ़्ट सुरक्षा सलाह](https://github.com/KudoAI/chatgpt.js-chrome-starter/security/advisories/new) खोलें।
16
16
 
17
- पुल अनुरोधों का भी स्वागत है, लेकिन सुरक्षा कारणों से, security@kudoai.com पर एक ईमेल भेजें और इसे सार्वजनिक करने से पहले प्रतिक्रिया की प्रतीक्षा करें।
17
+ पुल अनुरोधों का भी स्वागत है, लेकिन सुरक्षा कारणों से, <security@kudoai.com> पर एक ईमेल भेजें और इसे सार्वजनिक करने से पहले प्रतिक्रिया की प्रतीक्षा करें।
@@ -22,7 +22,7 @@
22
22
 
23
23
  # 🏛️ Licenza MIT
24
24
 
25
- **Diritto d'autore (c) 2023–2024 [KudoAI](https://github.com/kudoai) e contributori**
25
+ **Diritto d'autore (c) 2023–2024 [KudoAI](https://github.com/KudoAI) e contributori**
26
26
 
27
27
  Con la presente si concede, a chiunque ottenga una copia di questo software e dei file di documentazione associati (il "Software"), l'autorizzazione a usare gratuitamente il Software senza alcuna limitazione, compresi i diritti di usare, copiare, modificare, unire, pubblicare, distribuire, cedere in sottolicenza e/o vendere copie del Software, nonché di permettere ai soggetti cui il Software è fornito di fare altrettanto, alle seguenti condizioni: L'avviso di copyright indicato sopra e questo avviso di autorizzazione devono essere inclusi in ogni copia o parte sostanziale del Software.
28
28
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  # <img height=21 src="https://www.google.com/chrome/static/images/favicons/apple-icon-60x60.png"> chatgpt.js-chrome-starter
24
24
 
25
- <h3>Un punto di partenza per sviluppare la tua estensione di Chrome utilizzando <a href="https://github.com/kudoai/chatgpt.js">chatgpt.js</a></h3>
25
+ <h3>Un punto di partenza per sviluppare la tua estensione di Chrome utilizzando <a href="https://github.com/KudoAI/chatgpt.js">chatgpt.js</a></h3>
26
26
 
27
27
  <br>
28
28
 
@@ -30,7 +30,7 @@
30
30
 
31
31
  ## ⚡ Installazione
32
32
 
33
- 1. Clic **Fork** -o- **Use this template** > **Create a new repository** su https://github.com/kudoai/chatgpt.js-chrome-starter
33
+ 1. Clic **Fork** -o- **Use this template** > **Create a new repository** su https://github.com/KudoAI/chatgpt.js-chrome-starter
34
34
 
35
35
  2. **Clone** il tuo repository appena creato localmente
36
36
 
@@ -90,4 +90,4 @@ Queste sono alcune delle estensioni presenti in Google che utilizzano chatgpt.js
90
90
 
91
91
  #
92
92
 
93
- <a href="https://github.com/kudoai/chatgpt.js-chrome-starter/issues">Ottenere aiuto</a> / <a href="#">Torna in cima ↑</a>
93
+ <a href="https://github.com/KudoAI/chatgpt.js-chrome-starter/issues">Ottenere aiuto</a> / <a href="#">Torna in cima ↑</a>
@@ -22,7 +22,7 @@
22
22
 
23
23
  # 🏛️ MIT ライセンス
24
24
 
25
- **著作権 (c) 2023–2024 [KudoAI](https://github.com/kudoai) と貢献者**
25
+ **著作権 (c) 2023–2024 [KudoAI](https://github.com/KudoAI) と貢献者**
26
26
 
27
27
  ここに、コピーを入手する人には無償で許可が与えられます。 このソフトウェアおよび関連ドキュメント ファイル (以下「ソフトウェア」) を取り扱うため、権利を含むがこれに限定されない、ソフトウェア内の使用、コピー、変更、マージ、公開、配布、サブライセンス、および/または販売することソフトウェアのコピー、およびソフトウェアのコピーを他人に許可すること以下の条件に従って、そうするために提供されます:
28
28
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  # <img height=21 src="https://www.google.com/chrome/static/images/favicons/apple-icon-60x60.png"> chatgpt.js-chrome-starter
24
24
 
25
- <h3><a href="https://github.com/kudoai/chatgpt.js">chatgpt.js</a> を使用して独自の Chrome 拡張機能を開発するための出発点</h3>
25
+ <h3><a href="https://github.com/KudoAI/chatgpt.js">chatgpt.js</a> を使用して独自の Chrome 拡張機能を開発するための出発点</h3>
26
26
 
27
27
  <br>
28
28
 
@@ -30,7 +30,7 @@
30
30
 
31
31
  ## ⚡ インストール
32
32
 
33
- 1. クリック **Fork** -また- **Use this template** > **Create a new repository** の上 https://github.com/kudoai/chatgpt.js-chrome-starter
33
+ 1. クリック **Fork** -また- **Use this template** > **Create a new repository** の上 https://github.com/KudoAI/chatgpt.js-chrome-starter
34
34
 
35
35
  2. **Clone** 新しくローカルに作成されたリポジトリ
36
36
 
@@ -90,4 +90,4 @@
90
90
 
91
91
  #
92
92
 
93
- <a href="https://github.com/kudoai/chatgpt.js-chrome-starter/issues">助けを得ます</a> / <a href="#">トップに戻る ↑</a>
93
+ <a href="https://github.com/KudoAI/chatgpt.js-chrome-starter/issues">助けを得ます</a> / <a href="#">トップに戻る ↑</a>
@@ -22,7 +22,7 @@
22
22
 
23
23
  # 🏛️ MIT License
24
24
 
25
- **저작권 (c) 2023–2024 [KudoAI](https://github.com/kudoai) & 기여자**
25
+ **저작권 (c) 2023–2024 [KudoAI](https://github.com/KudoAI) & 기여자**
26
26
 
27
27
  이 소프트웨어와 그리고 관련된 문서 파일 (이하, "소프트웨어")의 복사본을 받는 모든 사람들에게 다음 조건에 한하여 무료로 사용권한을 제공받습니다.
28
28
  위 소프트웨어를 사용하는 유저들은 제한 없이 사용, 복사, 수정, 병합, 게시, 배포, 서브 라이센스 부여하거나 판매하는 것이 가능합니다.
@@ -22,7 +22,7 @@
22
22
 
23
23
  # <img height=21 src="https://www.google.com/chrome/static/images/favicons/apple-icon-60x60.png"> chatgpt.js-chrome-starter
24
24
 
25
- <h3><a href="https://github.com/kudoai/chatgpt.js">chatgpt.js</a> 를 사용하여 나만의 Chrome 확장 프로그램을 개발하기 위한 출발점</h3>
25
+ <h3><a href="https://github.com/KudoAI/chatgpt.js">chatgpt.js</a> 를 사용하여 나만의 Chrome 확장 프로그램을 개발하기 위한 출발점</h3>
26
26
 
27
27
  <br>
28
28
 
@@ -30,7 +30,7 @@
30
30
 
31
31
  ## ⚡ 설치
32
32
 
33
- 1. 딸깍 하는 소리 **Fork** -또는- **Use this template** > **Create a new repository** ~에 https://github.com/kudoai/chatgpt.js-chrome-starter
33
+ 1. 딸깍 하는 소리 **Fork** -또는- **Use this template** > **Create a new repository** ~에 https://github.com/KudoAI/chatgpt.js-chrome-starter
34
34
 
35
35
  2. **Clone** 로컬에서 새로 생성된 저장소
36
36
 
@@ -90,4 +90,4 @@
90
90
 
91
91
  #
92
92
 
93
- <a href="https://github.com/kudoai/chatgpt.js-chrome-starter/issues">도움 받기</a> / <a href="#">맨 위로 ↑</a>
93
+ <a href="https://github.com/KudoAI/chatgpt.js-chrome-starter/issues">도움 받기</a> / <a href="#">맨 위로 ↑</a>
@@ -21,7 +21,7 @@
21
21
 
22
22
  # 🏛️ MIT-Lizenz
23
23
 
24
- **Urheberrechte (c) 2023–2024 [KudoAI](https://github.com/kudoai) & mitwirkende**
24
+ **Urheberrechte (c) 2023–2024 [KudoAI](https://github.com/KudoAI) & mitwirkende**
25
25
 
26
26
  Hiermit wird jeder Person, die eine Kopie erhält, kostenlos die Erlaubnis erteilt dieser Software und der zugehörigen Dokumentationsdateien (die „Software“) zu handeln an der Software ohne Einschränkung, einschließlich und ohne Einschränkung der Rechte zum Verwenden, Kopieren, Modifizieren, Zusammenführen, Veröffentlichen, Verteilen, Unterlizenzieren und/oder Verkaufen Kopien der Software zu erwerben und Personen zu gestatten, denen die Software gehört unter folgenden Bedingungen zur Verfügung gestellt:
27
27
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  # <img height=21 src="https://www.google.com/chrome/static/images/favicons/apple-icon-60x60.png"> chatgpt.js-chrome-starter
24
24
 
25
- <h3>Een startpunt voor het ontwikkelen van uw eigen Chrome-extensie met behulp van <a href="https://github.com/kudoai/chatgpt.js">chatgpt.js</a></h3>
25
+ <h3>Een startpunt voor het ontwikkelen van uw eigen Chrome-extensie met behulp van <a href="https://github.com/KudoAI/chatgpt.js">chatgpt.js</a></h3>
26
26
 
27
27
  <br>
28
28
 
@@ -30,7 +30,7 @@
30
30
 
31
31
  ## ⚡ Installatie
32
32
 
33
- 1. Klik **Fork** -of- **Use this template** > **Create a new repository** op https://github.com/kudoai/chatgpt.js-chrome-starter
33
+ 1. Klik **Fork** -of- **Use this template** > **Create a new repository** op https://github.com/KudoAI/chatgpt.js-chrome-starter
34
34
 
35
35
  2. **Clone** uw nieuw gemaakte repo lokaal
36
36
 
@@ -90,4 +90,4 @@ Dit zijn enkele van de extensies van Google die chatgpt.js gebruiken:
90
90
 
91
91
  #
92
92
 
93
- <a href="https://github.com/kudoai/chatgpt.js-chrome-starter/issues">Hulp krijgen</a> / <a href="#">Terug naar boven ↑</a>
93
+ <a href="https://github.com/KudoAI/chatgpt.js-chrome-starter/issues">Hulp krijgen</a> / <a href="#">Terug naar boven ↑</a>
@@ -22,7 +22,7 @@
22
22
 
23
23
  # 🏛️ Licença MIT
24
24
 
25
- **Direitos autorais (c) 2023–2024 [KudoAI](https://github.com/kudoai) e colaboradores**
25
+ **Direitos autorais (c) 2023–2024 [KudoAI](https://github.com/KudoAI) e colaboradores**
26
26
 
27
27
  A permissão é concedida, gratuitamente, a qualquer pessoa que obtenha uma cópia deste software e arquivos de documentação associados (o "Software"), para lidar no Software sem restrições, incluindo, sem limitação, os direitos usar, copiar, modificar, fundir, publicar, distribuir, sublicenciar e/ou vender cópias do Software e para permitir que as pessoas a quem o Software é munidos para o efeito, nas seguintes condições:
28
28
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  # <img height=21 src="https://www.google.com/chrome/static/images/favicons/apple-icon-60x60.png"> chatgpt.js-chrome-starter
24
24
 
25
- <h3>Um ponto de partida para desenvolver sua própria extensão do Chrome usando <a href="https://github.com/kudoai/chatgpt.js">chatgpt.js</a></h3>
25
+ <h3>Um ponto de partida para desenvolver sua própria extensão do Chrome usando <a href="https://github.com/KudoAI/chatgpt.js">chatgpt.js</a></h3>
26
26
 
27
27
  <br>
28
28
 
@@ -30,7 +30,7 @@
30
30
 
31
31
  ## ⚡ Instalação
32
32
 
33
- 1. Clique **Fork** -ou- **Use this template** > **Create a new repository** sobre https://github.com/kudoai/chatgpt.js-chrome-starter
33
+ 1. Clique **Fork** -ou- **Use this template** > **Create a new repository** sobre https://github.com/KudoAI/chatgpt.js-chrome-starter
34
34
 
35
35
  2. **Clone** seu repositório recém-criado localmente
36
36
 
@@ -90,4 +90,4 @@ Estas são algumas das extensões apresentadas pelo Google que usam chatgpt.js:
90
90
 
91
91
  #
92
92
 
93
- <a href="https://github.com/kudoai/chatgpt.js-chrome-starter/issues">Obter ajuda</a> / <a href="#">De volta ao topo ↑</a>
93
+ <a href="https://github.com/KudoAI/chatgpt.js-chrome-starter/issues">Obter ajuda</a> / <a href="#">De volta ao topo ↑</a>
@@ -22,7 +22,7 @@
22
22
 
23
23
  # 🏛️ Giấy phép MIT
24
24
 
25
- **Bản quyền (c) 2023–2024 [KudoAI](https://github.com/kudoai) & người đóng góp**
25
+ **Bản quyền (c) 2023–2024 [KudoAI](https://github.com/KudoAI) & người đóng góp**
26
26
 
27
27
  Giấy phép được cấp miễn phí cho bất kỳ người nào có được một bản sao của phần mềm này và các tệp tài liệu liên quan ("Phần mềm"), để xử lý trong Phần mềm mà không bị hạn chế, bao gồm nhưng không giới hạn các quyền để sử dụng, sao chép, sửa đổi, hợp nhất, xuất bản, phân phối, cấp phép lại và/hoặc bán các bản sao của Phần mềm và để cho phép những người mà Phần mềm được được trang bị để làm như vậy, với các điều kiện sau đây:
28
28
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  # <img height=21 src="https://www.google.com/chrome/static/images/favicons/apple-icon-60x60.png"> chatgpt.js-chrome-starter
24
24
 
25
- <h3>Điểm khởi đầu để phát triển tiện ích mở rộng Chrome của riêng bạn bằng <a href="https://github.com/kudoai/chatgpt.js">chatgpt.js</a></h3>
25
+ <h3>Điểm khởi đầu để phát triển tiện ích mở rộng Chrome của riêng bạn bằng <a href="https://github.com/KudoAI/chatgpt.js">chatgpt.js</a></h3>
26
26
 
27
27
  <br>
28
28
 
@@ -30,7 +30,7 @@
30
30
 
31
31
  ## ⚡ Cài đặt
32
32
 
33
- 1. Nhấp chuột **Fork** -hoặc- **Use this template** > **Create a new repository** trên https://github.com/kudoai/chatgpt.js-chrome-starter
33
+ 1. Nhấp chuột **Fork** -hoặc- **Use this template** > **Create a new repository** trên https://github.com/KudoAI/chatgpt.js-chrome-starter
34
34
 
35
35
  2. **Clone** repo mới được tạo của bạn tại địa phương
36
36
 
@@ -90,4 +90,4 @@
90
90
 
91
91
  #
92
92
 
93
- <a href="https://github.com/kudoai/chatgpt.js-chrome-starter/issues">Được giúp đỡ</a> / <a href="#">Trở lại đầu trang ↑</a>
93
+ <a href="https://github.com/KudoAI/chatgpt.js-chrome-starter/issues">Được giúp đỡ</a> / <a href="#">Trở lại đầu trang ↑</a>
@@ -22,7 +22,7 @@
22
22
 
23
23
  # 🏛️ MIT 许可证
24
24
 
25
- **版权所有 (c) 2023–2024 [KudoAI](https://github.com/kudoai) & 贡献者**
25
+ **版权所有 (c) 2023–2024 [KudoAI](https://github.com/KudoAI) & 贡献者**
26
26
 
27
27
  特此免费授予获得本软件和相关文档文件(“软件”)副本的任何人不受限制地处理本软件的权限,包括但不限于使用、复制、修改、合并的权利,发布,分发,再许可和/或出售软件的副本,并允许获得软件的人这样做,但须满足以下条件:
28
28
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  # <img height=21 src="https://www.google.com/chrome/static/images/favicons/apple-icon-60x60.png"> chatgpt.js-chrome-starter
24
24
 
25
- <h3>使用 <a href="https://github.com/kudoai/chatgpt.js">chatgpt.js</a> 开发自己的 Chrome 扩展程序的起点</h3>
25
+ <h3>使用 <a href="https://github.com/KudoAI/chatgpt.js">chatgpt.js</a> 开发自己的 Chrome 扩展程序的起点</h3>
26
26
 
27
27
  <br>
28
28
 
@@ -30,7 +30,7 @@
30
30
 
31
31
  ## ⚡ 安装
32
32
 
33
- 1. 点击 **Fork** -或者- **Use this template** > **Create a new repository** 在 https://github.com/kudoai/chatgpt.js-chrome-starter
33
+ 1. 点击 **Fork** -或者- **Use this template** > **Create a new repository** 在 https://github.com/KudoAI/chatgpt.js-chrome-starter
34
34
 
35
35
  2. **Clone** 您在本地新创建的存储库
36
36
 
@@ -90,4 +90,4 @@
90
90
 
91
91
  #
92
92
 
93
- <a href="https://github.com/kudoai/chatgpt.js-chrome-starter/issues">得到帮助</a> / <a href="#">回到顶部 ↑</a>
93
+ <a href="https://github.com/KudoAI/chatgpt.js-chrome-starter/issues">得到帮助</a> / <a href="#">回到顶部 ↑</a>
@@ -14,4 +14,4 @@
14
14
 
15
15
  如果您发现漏洞,请打开一个[安全建议草案](https://github.com/KudoAI/chatgpt.js-chrome-starter/security/advisories/new)。
16
16
 
17
- 也欢迎拉取请求,但出于安全原因,请发送电子邮件至 security@kudoai.com 并在公开之前等待回复。
17
+ 也欢迎拉取请求,但出于安全原因,请发送电子邮件至 <security@kudoai.com> 并在公开之前等待回复。
@@ -22,7 +22,7 @@
22
22
 
23
23
  # 🏛️ MIT 许可证
24
24
 
25
- **版權所有 (c) 2023–2024 [KudoAI](https://github.com/kudoai) & 貢獻者**
25
+ **版權所有 (c) 2023–2024 [KudoAI](https://github.com/KudoAI) & 貢獻者**
26
26
 
27
27
  特此向任何獲得副本的人免費授予許可本軟件和相關文檔文件(“軟件”)的,以處理不受限制地使用軟件,包括但不限於權利使用、複製、修改、合併、發布、分發、再許可和/或出售該軟件的副本,並允許該軟件的使用者可以這樣做,但須滿足以下條件:
28
28
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  # <img height=21 src="https://www.google.com/chrome/static/images/favicons/apple-icon-60x60.png"> chatgpt.js-chrome-starter
24
24
 
25
- <h3>使用 <a href="https://github.com/kudoai/chatgpt.js">chatgpt.js</a> 開發自己的 Chrome 擴展程序的起點</h3>
25
+ <h3>使用 <a href="https://github.com/KudoAI/chatgpt.js">chatgpt.js</a> 開發自己的 Chrome 擴展程序的起點</h3>
26
26
 
27
27
  <br>
28
28
 
@@ -30,7 +30,7 @@
30
30
 
31
31
  ## ⚡ 安裝
32
32
 
33
- 1. 點擊 **Fork** -或者- **Use this template** > **Create a new repository** 在 https://github.com/kudoai/chatgpt.js-chrome-starter
33
+ 1. 點擊 **Fork** -或者- **Use this template** > **Create a new repository** 在 https://github.com/KudoAI/chatgpt.js-chrome-starter
34
34
 
35
35
  2. **Clone** 您在本地新創建的存儲庫
36
36
 
@@ -90,4 +90,4 @@
90
90
 
91
91
  #
92
92
 
93
- <a href="https://github.com/kudoai/chatgpt.js-chrome-starter/issues">得到幫助</a> / <a href="#">回到頂部 ↑</a>
93
+ <a href="https://github.com/KudoAI/chatgpt.js-chrome-starter/issues">得到幫助</a> / <a href="#">回到頂部 ↑</a>