convZH 简繁中文轉換

简繁中文轉換 Simplified and Traditional Chinese Conversion

convZH 简繁中文轉換란 무엇입니까?

convZH 简繁中文轉換은(는) Chernsha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "简繁中文轉換 Simplified and Traditional Chinese Conversion"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

convZH 简繁中文轉換 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        將網頁內容進行簡體中文以及繁體中文語系互換。

1、依使用者瀏覽器的預設中文語系,當瀏覽的網頁編碼內容為簡體中文時,點選按鈕將直接轉換為繁體中文編碼,反之亦然。
2、若已轉換為繁體中文後,再點選一次按鈕,可再轉換回簡體中文。
3、語言:簡體中文、繁體中文
4、為了遷移到 Manifest V3 更新至版本:1.5.0 

This Extension switches the content of Chinese webpages between simplified Chinese and traditional Chinese.

1. According to the default Chinese language system of the user's browser, when the code content of the browsed web page is simplified Chinese, clicking the button will directly convert to traditional Chinese code, and vice versa.
2. If you have converted to Traditional Chinese, click the button again to convert back to Simplified Chinese.
3. Language: Simplified Chinese, Traditional Chinese
4. Updated to version: 1.5.0 for migration to Manifest V3                    

확장 프로그램 기본 정보

이름 convZH 简繁中文轉換 convZH 简繁中文轉換
ID cpikgpboofnnnbeoekolnmllkhnhoocg
공식 URL https://chromewebstore.google.com/detail/convzh-%E7%AE%80%E7%B9%81%E4%B8%AD%E6%96%87%E8%BD%89%E6%8F%9B/cpikgpboofnnnbeoekolnmllkhnhoocg
설명 简繁中文轉換 Simplified and Traditional Chinese Conversion
파일 크기 57.24 KB
설치 횟수 130
현재 버전 1.5.0
최근 업데이트 2023-12-24
출시 날짜 2021-11-12
개발자 Chernsha
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "convZH \u7b80\u7e41\u4e2d\u6587\u8f49\u63db",
    "description": "\u7b80\u7e41\u4e2d\u6587\u8f49\u63db Simplified and Traditional Chinese Conversion",
    "version": "1.5.0",
    "author": "Chernsha",
    "icons": {
        "16": "icons\/convZH_16.png",
        "32": "icons\/convZH_32.png",
        "48": "icons\/convZH_48.png",
        "128": "icons\/convZH_128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": "icons\/convZH_16.png",
        "default_title": "\u7b80\u7e41\u4e2d\u6587\u8f49\u63db"
    },
    "content_security_policy": []
}