Fat Cat Translate

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

Fat Cat Translateคืออะไร?

Fat Cat Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tomxuxu และคุณลักษณะหลักของมันคือ "Fat Cat translation, one-stop word translation extension, support Baidu Tencent translation services"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fat Cat Translate

ดาวน์โหลดไฟล์ส่วนขยาย Fat Cat Translate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fat Cat Translate Fat Cat Translate
ID nihednpmnhkdenfddcaajcakhngchanp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fat-cat-translate/nihednpmnhkdenfddcaajcakhngchanp
คำอธิบาย Fat Cat translation, one-stop word translation extension, support Baidu Tencent translation services
ขนาดไฟล์ 330 KB
จำนวนการติดตั้ง 221
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2023-04-15
วันที่เผยแพร่ 2023-04-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา tomxuxu
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://pictureknow.com/protocol
ภาษาที่รองรับ 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"
}