마우스 사전

A basic Plasmo extension.

What is 마우스 사전?

마우스 사전 is a Chrome extension developed by melodysdreamj, and its main feature is "A basic Plasmo extension.".

Extension Screenshots

screenshot
screenshot
screenshot

Download 마우스 사전 Extension CRX File

Download 마우스 사전 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

                        우리는 때때로 영어문서를 읽을때 모르는 단어가 나와서 사전등을 찾아야할때가 있습니다.

그런데 영어단어를 직접 복사해서 사전에서 찾아보는것은 매우 번거롭습니다.

마우스 포인터에 있는 영어단어의 뜻을 자동으로 보여줍니다.

또한 이전에 방문했던 오픈마켓의 상품을 보여줍니다.

서버비와 유지보수비등을 위해서 추천 상품은 쿠팡등으로 부터 일정액의 수수료를 제공받을수 있습니다.                    

Extension Basic Information

Name 마우스 사전 마우스 사전
ID bojokdeilmlnaioaekamgpjahjonocmm
Official URL https://chromewebstore.google.com/detail/%EB%A7%88%EC%9A%B0%EC%8A%A4-%EC%82%AC%EC%A0%84/bojokdeilmlnaioaekamgpjahjonocmm
Description A basic Plasmo extension.
File Size 60.71 KB
Installation Count 88
Current Version 1.0.1
Last Updated 2022-11-21
Publish Date 2022-11-06
Rating 5.00/5 Total 3 Ratings
Developer melodysdreamj
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "1.0.1",
    "author": "june",
    "name": "\ub9c8\uc6b0\uc2a4 \uc0ac\uc804",
    "description": "A basic Plasmo extension.",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.803675d6.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.62a5b9ec.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "content.7c05c6e1.png"
            ]
        }
    ]
}