WebExtension.net
WebExtension.net

Mouse Tooltip Translator - PDF & Youtube dual subs

View on Chrome Web Store
View Mouse Tooltip Translator - PDF & Youtube dual subs Chrome Extension on Chrome Web Store
4.6 (1,014 ratings)

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

Mouse Tooltip Translator translate mouseover text using google translate. Support OCR, TTS, manga translator & pdf translator.
Type
Extension
Users
100,000 users
ttop324
View author page of ttop324
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 31, 2020
Version 0.1.156
Manifest version
3
Updated
Updated on November 5, 2024
View on Chrome Web Store
View Mouse Tooltip Translator - PDF & Youtube dual subs Chrome Extension on Chrome Web Store
productivity/education
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.156",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval' ;  object-src 'none'"
    },
    "permissions": [
        "storage",
        "tts",
        "tabs",
        "scripting",
        "contextMenus",
        "offscreen",
        "search"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pdfjs\/web\/viewer.html",
                "ocr.html",
                "opencvHandler.html",
                "googleDocInject.js",
                "subtitle.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "sandbox": {
        "pages": [
            "opencvHandler.html"
        ]
    },
    "commands": {
        "copy-translated-text": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "Copy Translated Text"
        },
        "save-translation": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "Save Translation"
        }
    },
    "omnibox": {
        "keyword": "\/"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "css": [
                "tippy.css"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "<all_urls>"
            ],
            "match_about_blank": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Mouse Tooltip Translator",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "popup.html"
    }
}
WebExtension.net

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

© 2024 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