WebExtension.net
Toggle dark mode
WebExtension.net

AI翻译器 - PDF双语对照 | 智能引擎 | 高精确度翻译

View on Chrome Web Store
View AI翻译器 - PDF双语对照 | 智能引擎 | 高精确度翻译 Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

一款集成多种翻译引擎的浏览器插件,提供网页双语对照、划词翻译、学术PDF翻译、跨境电商图片翻译以及YouTube双语字幕。它支持快速、准确的在线翻译,是跨语言沟通的强力助手。
Type
Extension
Users
354 users
341
轻主页
View author page of 轻主页
Published
Published on December 28, 2024
Version 1.1.5.1
Manifest version
3
Updated
Updated on December 28, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View AI翻译器 - PDF双语对照 | 智能引擎 | 高精确度翻译 Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName2__",
    "description": "__MSG_extDesc__",
    "version": "1.1.5.1",
    "incognito": "spanning",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "alarms",
        "activeTab",
        "downloads",
        "cookies"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+H"
            }
        },
        "page-translate-or-revert": {
            "description": "__MSG_webpageTranslate__",
            "suggested_key": {
                "default": "Alt+T"
            }
        },
        "translate": {
            "description": "__MSG_quickTranslate__",
            "suggested_key": {
                "default": "Alt+R"
            }
        },
        "ocr-translate": {
            "description": "__MSG_webScreenshotTranslate__",
            "suggested_key": {
                "default": "Alt+G"
            }
        },
        "hover-slt-word": {
            "description": "__MSG_hoverSltWord__"
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "all_frames": true,
            "css": [
                "css\/cs-external.css",
                "css\/translate-theme.css"
            ],
            "js": [
                "js\/content-script.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/content-start.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "pages\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/**",
                "assets\/**",
                "js\/video-captions\/**"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "default_locale": "zh_CN"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top