Fat Cat Translate

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

Wat is Fat Cat Translate?

Fat Cat Translate is een Chrome-extensie ontwikkeld door tomxuxu, en de belangrijkste functie is "Fat Cat translation, one-stop word translation extension, support Baidu Tencent translation services".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Fat Cat Translate

Download Fat Cat Translate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Fat Cat Translate Fat Cat Translate
ID nihednpmnhkdenfddcaajcakhngchanp
Officiële URL https://chromewebstore.google.com/detail/fat-cat-translate/nihednpmnhkdenfddcaajcakhngchanp
Beschrijving Fat Cat translation, one-stop word translation extension, support Baidu Tencent translation services
Bestandsgrootte 330 KB
Aantal Installaties 221
Huidige Versie 2.1.0
Laatst Bijgewerkt 2023-04-15
Publicatiedatum 2023-04-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar tomxuxu
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://pictureknow.com/protocol
Ondersteunde Talen 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"
}