Fat Cat Translate

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

什麼是Fat Cat Translate?

Fat Cat Translate是由tomxuxu開發的Chrome擴展程式,該擴展的主要功能是“Fat Cat translation, one-stop word translation extension, support Baidu Tencent translation services”。

擴展截圖

screenshot
screenshot

下載Fat Cat Translate擴展crx文件

下載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
官方網址 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"
}