TranSmart

Support selected text translation, web page translation, web page has a variety of display modes.

Qu'est-ce que TranSmart ?

TranSmart est une extension Chrome développée par https://transmart.qq.com, et sa fonction principale est "Support selected text translation, web page translation, web page has a variety of display modes.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TranSmart

Téléchargez les fichiers d'extension TranSmart au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        v0.5.3
🐛 修复部分已知问题

v0.5.2
🐛 修复部分已知问题

v0.5.1
🌈 优化双语对照译文显示
🐛 修复部分已知问题

v0.5.0
🎉 新增智能换行&译文高亮展示功能
🌈 优化双语对照译文显示
🐛 修复部分已知问题

v0.4.3
🌈 优化划词翻译图标按钮显示位置
🐛 修复日文网页翻译乱码问题
🐛 修复部分已知问题

v0.4.2
🌈 优化整页翻译整体体验
🌈 优化整页翻译源语言识别
🐛 修复部分已知问题

v0.4.1
🐛 修复部分已知问题

v0.4.0
🎉 新增整页翻译双语对照及快捷切换原文译文的功能
🎉 新增始终翻译原文语言选项及默认翻译的语言列表选项
🎉 新增对部分嵌套iframe网页的翻译支持
🎉 Popup面板对简单翻译的支持
🌈 优化翻译速度及翻译结果渲染速度
🐛 修复部分已知问题

v0.3.5
🐛 修复整页翻译部分网页翻译结构错误问题
🐛 修复整页翻译部分网页翻译速度慢的问题

v0.3.3
🐛 修复加载网页时的闪烁问题

v0.3.2
🐛 修复初次使用划词翻译图标不显示的BUG

v0.3.1
🌈 兼容旧版chrome内核浏览器

v0.3.0
🎉 新增划词翻译/整页翻译配置项
🎉 新增默认译文语言配置项
🌈 优化划词翻译/整页翻译的的整体样式与交互
🌈 优化源语言识别功能,优化整页翻译代码片段的识别

v.0.2.0
🎉 新增文本复制功能
🎉 页面浏览划词翻译
🎉 页面右键点击开启整页翻译
🐛 修复暗黑模式下文本显示错误的问题


v0.1.0
🎉 支持多种语言
🎉 支持跳转腾讯翻译官网查看更多翻译结果                    

Informations de Base sur l'Extension

Nom TranSmart TranSmart
ID lkjkfecdnfjopaeaibboihfkmhdjmanm
URL Officiel https://chromewebstore.google.com/detail/transmart/lkjkfecdnfjopaeaibboihfkmhdjmanm
Description Support selected text translation, web page translation, web page has a variety of display modes.
Taille du Fichier 932 KB
Nombre d'Installations 111,693
Version Actuelle 0.5.4
Dernière Mise à Jour 2023-10-23
Date de Publication 2022-07-24
Évaluation 4.10/5 Total 120 Évaluations
Développeur https://transmart.qq.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.5.4",
    "default_locale": "zh_CN",
    "homepage_url": "https:\/\/transmart.qq.com",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "css": [
                "static\/css\/tgt.css"
            ]
        }
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": ".\/background\/background.js"
    },
    "action": {
        "default_icon": "\/images\/icon-128.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup\/popup.html"
    },
    "options_page": "options\/options.html",
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/css\/content.css",
                "*.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ]
}