WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Korean Word Lookup

Korean Word Lookup

View on Chrome Web Store
View Korean Word Lookup Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

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

Show English definitions of Korean words when hovering over them.
Type
Extension
Users
154 users
1
skykum2004
View author page of skykum2004
Published
Published on December 2, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on December 2, 2024
productivity/education
Extension Category
View on Chrome Web Store
View Korean Word Lookup 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": "Korean Word Lookup",
    "description": "Show English definitions of Korean words when hovering over them.",
    "version": "1.0.0",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/translate.googleapis.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "tooltip.css"
            ],
            "js": [
                "thirdParty\/jquery-3.6.0.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "config.json",
                "welcome.html",
                "icons\/icon128.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "commands": {
        "toggle-translation": {
            "suggested_key": {
                "default": "Alt+T",
                "windows": "Alt+T",
                "mac": "Alt+T",
                "chromeos": "Alt+T",
                "linux": "Alt+T"
            },
            "description": "Toggle Translation On\/Off"
        },
        "toggle-google-translate": {
            "suggested_key": {
                "default": "Alt+G",
                "windows": "Alt+G",
                "mac": "Alt+G",
                "chromeos": "Alt+G",
                "linux": "Alt+G"
            },
            "description": "Switch to Google Translate"
        },
        "toggle-korean-dict": {
            "suggested_key": {
                "default": "Alt+K",
                "windows": "Alt+K",
                "mac": "Alt+K",
                "chromeos": "Alt+K",
                "linux": "Alt+K"
            },
            "description": "Switch to Korean Dictionary"
        }
    }
}
© 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