Fat Cat Translate

Fat Cat translation, one-stop word translation extension, support Baidu Tencent translation services

Fat Cat Translate là gì?

Fat Cat Translate là một tiện ích mở rộng Chrome được phát triển bởi tomxuxu, và tính năng chính của nó là "Fat Cat translation, one-stop word translation extension, support Baidu Tencent translation services".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fat Cat Translate

Tải xuống các tệp mở rộng Fat Cat Translate 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

                        one-stop word translation extension, support Baidu Tencent translation services                    

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

Tên Fat Cat Translate Fat Cat Translate
ID nihednpmnhkdenfddcaajcakhngchanp
URL Chính Thức https://chromewebstore.google.com/detail/fat-cat-translate/nihednpmnhkdenfddcaajcakhngchanp
Mô tả Fat Cat translation, one-stop word translation extension, support Baidu Tencent translation services
Kích Thước Tệp 330 KB
Số Lần Cài Đặt 221
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2023-04-15
Ngày Phát Hành 2023-04-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển tomxuxu
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://pictureknow.com/protocol
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "2.1.0",
    "description": "__MSG_desc__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/translate_content.js"
            ],
            "css": [
                "css\/translate_content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "proxy",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/www.pictureknow.com\/",
    "default_locale": "en"
}