ChatGPT臺灣繁體中文版
將ChatGPT頁面所呈現之中文內容,替換為具台灣經驗之正體中文,以強化應用體驗。
Wat is ChatGPT臺灣繁體中文版?
ChatGPT臺灣繁體中文版 is een Chrome-extensie ontwikkeld door AYUCode, en de belangrijkste functie is "將ChatGPT頁面所呈現之中文內容,替換為具台灣經驗之正體中文,以強化應用體驗。".
Extensie Screenshots
Download het CRX-bestand van de extensie ChatGPT臺灣繁體中文版
Download ChatGPT臺灣繁體中文版-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
ChatGPT臺灣繁體中文版,旨在協助ChatGPT的臺灣使用者,提供更好的使用體驗。 工具狀態:可以開啟或關閉工具功能,預設為啟用。 中文介面:提供將 ChatGPT 介面上的英文,中文化為臺灣正體中文版,讓使用者更容易上手。 趣味標示:將 ChatGPT 字樣改為「神奇海螺」,增添一點趣味性。 繁簡轉換:協助將 ChatGPT 產生的中文字詞,進行簡體轉換繁體,並額外提供「已修正提示(紅字)」及「未修正提示(藍字)」功能,讓使用者更容易辨識修正情況。 字詞提示:將「臺灣正體中文」字詞與「繁體中文」字詞作出區別,提供浮動視窗檢視字詞修訂,讓使用者更容易瞭解字詞修訂情況。 智慧字詞:使用人工智慧技術,判別混淆字詞,智慧字詞的字詞辨識能力將隨版本更新。 注意事項: 擴充套件不會對使用者輸入的文字進行任何修正,包含繁體轉換與臺灣用詞修訂,將保留使用者的原始輸入內文(但神奇海螺可不這麼認為)。 ※ 目前沒有提供錯字勘誤的回報機制,若有勘誤需求可以請先在「使用者評論區」告知,謝謝。 Bubble-tea icons created by iconixar - Flaticon https://www.flaticon.com/free-icons/bubble-tea
Basisinformatie over de Extensie
Naam | ChatGPT臺灣繁體中文版 |
ID | codimfnjmclmdlbbjblecaahhpjdkcjf |
Officiële URL | https://chromewebstore.google.com/detail/chatgpt%E8%87%BA%E7%81%A3%E7%B9%81%E9%AB%94%E4%B8%AD%E6%96%87%E7%89%88/codimfnjmclmdlbbjblecaahhpjdkcjf |
Beschrijving | 將ChatGPT頁面所呈現之中文內容,替換為具台灣經驗之正體中文,以強化應用體驗。 |
Bestandsgrootte | 19.28 MB |
Aantal Installaties | 70,000 |
Huidige Versie | 0.1.8.8 |
Laatst Bijgewerkt | 2024-02-14 |
Publicatiedatum | 2023-03-07 |
Beoordeling | 4.14/5 Totaal 7 Beoordelingen |
Ontwikkelaar | AYUCode |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT\u81fa\u7063\u7e41\u9ad4\u4e2d\u6587\u7248", "version": "0.1.8.8", "manifest_version": 3, "default_locale": "zh_TW", "description": "\u5c07ChatGPT\u9801\u9762\u6240\u5448\u73fe\u4e4b\u4e2d\u6587\u5167\u5bb9\uff0c\u66ff\u63db\u70ba\u5177\u53f0\u7063\u7d93\u9a57\u4e4b\u6b63\u9ad4\u4e2d\u6587\uff0c\u4ee5\u5f37\u5316\u61c9\u7528\u9ad4\u9a57\u3002", "icons": { "16": "images\/bubble_tea_16.png", "32": "images\/bubble_tea_32.png", "64": "images\/bubble_tea_64.png", "128": "images\/bubble_tea_128.png" }, "action": { "default_icon": { "16": "images\/bubble_tea_16.png", "32": "images\/bubble_tea_32.png", "64": "images\/bubble_tea_64.png", "128": "images\/bubble_tea_128.png" }, "default_title": "ChatGPT \u81fa\u7063\u7e41\u9ad4\u4e2d\u6587\u7248", "default_popup": "html\/popup.html" }, "content_scripts": [ { "js": [ "scripts\/pagecontent.js" ], "matches": [ "https:\/\/chat.openai.com\/*" ], "run_at": "document_end" } ], "background": { "service_worker": "scripts\/background.js" }, "web_accessible_resources": [ { "resources": [ "images\/*.svg" ], "matches": [ "https:\/\/chat.openai.com\/*" ] } ], "permissions": [ "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |