Wordy - 영어 단어 마우스 툴팁 번역 & 미국/영국 발음 정보

영어 단어에 마우스를 올리면 뜻, 발음 및 발음기호에 대한 번역 정보를 툴팁을 통해 제공해 줍니다.

What is Wordy - 영어 단어 마우스 툴팁 번역 & 미국/영국 발음 정보?

Wordy - 영어 단어 마우스 툴팁 번역 & 미국/영국 발음 정보 is a Chrome extension developed by philly, and its main feature is "영어 단어에 마우스를 올리면 뜻, 발음 및 발음기호에 대한 번역 정보를 툴팁을 통해 제공해 줍니다.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Wordy - 영어 단어 마우스 툴팁 번역 & 미국/영국 발음 정보 Extension CRX File

Download Wordy - 영어 단어 마우스 툴팁 번역 & 미국/영국 발음 정보 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        단축키(Window 유저인 경우 Ctrl, Mac 유저인 경우 Cmd)를 누른 상태에서 단어에 마우스를 올리면 동작합니다.

익스텐션에 대한 피드백은 리뷰에 남겨주세요!                    

Extension Basic Information

Name Wordy - 영어 단어 마우스 툴팁 번역 & 미국/영국 발음 정보 Wordy - 영어 단어 마우스 툴팁 번역 & 미국/영국 발음 정보
ID mklfpioabebeengggdpanllkjjcpjoja
Official URL https://chromewebstore.google.com/detail/wordy-%EC%98%81%EC%96%B4-%EB%8B%A8%EC%96%B4-%EB%A7%88%EC%9A%B0%EC%8A%A4-%ED%88%B4%ED%8C%81-%EB%B2%88%EC%97%AD-%EB%AF%B8%EA%B5%AD%EC%98%81/mklfpioabebeengggdpanllkjjcpjoja
Description 영어 단어에 마우스를 올리면 뜻, 발음 및 발음기호에 대한 번역 정보를 툴팁을 통해 제공해 줍니다.
File Size 227 KB
Installation Count 39
Current Version 1.1.3
Last Updated 2023-01-16
Publish Date 2022-12-27
Developer philly
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wordy - \uc601\uc5b4 \ub2e8\uc5b4 \ub9c8\uc6b0\uc2a4 \ud234\ud301 \ubc88\uc5ed & \ubbf8\uad6d\/\uc601\uad6d \ubc1c\uc74c \uc815\ubcf4",
    "description": "\uc601\uc5b4 \ub2e8\uc5b4\uc5d0 \ub9c8\uc6b0\uc2a4\ub97c \uc62c\ub9ac\uba74 \ub73b, \ubc1c\uc74c \ubc0f \ubc1c\uc74c\uae30\ud638\uc5d0 \ub300\ud55c \ubc88\uc5ed \uc815\ubcf4\ub97c \ud234\ud301\uc744 \ud1b5\ud574 \uc81c\uacf5\ud574 \uc90d\ub2c8\ub2e4.",
    "version": "1.1.3",
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.Content.root.tsx.37d45028.872554f9.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/Content.13526ed2.js",
                "assets\/Content.root.tsx.37d45028.js"
            ],
            "use_dynamic_url": true
        }
    ]
}