NJStar Chinese Website Convertor

Automatically Convert Simplified Chinese Web Page to Traditional, or Convert Traditional Chinese Web Page to Simplified.

NJStar Chinese Website Convertor là gì?

NJStar Chinese Website Convertor là một tiện ích mở rộng Chrome được phát triển bởi https://www.njstar.com, và tính năng chính của nó là "Automatically Convert Simplified Chinese Web Page to Traditional, or Convert Traditional Chinese Web Page to Simplified.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NJStar Chinese Website Convertor

Tải xuống các tệp mở rộng NJStar Chinese Website Convertor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Simplified Chinese <-> Traditional Chinese Website Converter

Automatically convert a simplified Chinese webpage  to traditional Chinese page, or convert a traditional Chinese webpage to simplified Chinese page.

中文网页繁简自动转换 - 中文網頁繁簡自動轉換

Developer Website: http://www.njstar.com                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NJStar Chinese Website Convertor NJStar Chinese Website Convertor
ID oljejbejachaajllbbjiamdkhipbbppk
URL Chính Thức https://chromewebstore.google.com/detail/njstar-chinese-website-co/oljejbejachaajllbbjiamdkhipbbppk
Mô tả Automatically Convert Simplified Chinese Web Page to Traditional, or Convert Traditional Chinese Web Page to Simplified.
Kích Thước Tệp 140 KB
Số Lần Cài Đặt 2,093
Phiên Bản Hiện Tại 5.0.0
Cập Nhật Lần Cuối 2021-11-01
Ngày Phát Hành 2014-12-10
Đánh Giá 3.88/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://www.njstar.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.njstar.com/chromate/webstore.php
URL Trang Trợ Giúp http://www.njstar.com/chromate/
URL Trang Chính Sách Bảo Mật https://www.njstar.com/cms/njstar-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NJStar Chinese Website Convertor",
    "short_name": "NJStar Convertor",
    "version": "5.0.0",
    "description": "Automatically Convert Simplified Chinese Web Page to Traditional, or Convert Traditional Chinese Web Page to Simplified.",
    "background": {
        "service_worker": "njxmain.o.js"
    },
    "action": {
        "default_icon": "Chromate24.png",
        "default_name": "NJStar Convertor",
        "default_popup": "njxpopup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "njxclient.o.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": {
        "worker-src": "self",
        "script-src": "self",
        "object-src": "self"
    },
    "icons": {
        "16": "Chromate16.png",
        "24": "Chromate24.png",
        "32": "Chromate32.png",
        "48": "Chromate48.png",
        "64": "Chromate64.png",
        "128": "Chromate128.png",
        "256": "Chromate256.png"
    }
}