Avocadic 영어사전 단어장 English Korean Dictionary

검색한 단어와 해당 예문을 자동으로 저장해주고 예문을 클릭하면 해당 사이트로 이동할 수 있습니다.

What is Avocadic 영어사전 단어장 English Korean Dictionary?

Avocadic 영어사전 단어장 English Korean Dictionary is a Chrome extension developed by https://www.avocadic.io, and its main feature is "검색한 단어와 해당 예문을 자동으로 저장해주고 예문을 클릭하면 해당 사이트로 이동할 수 있습니다.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Avocadic 영어사전 단어장 English Korean Dictionary Extension CRX File

Download Avocadic 영어사전 단어장 English Korean Dictionary 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

                        [Avocadic Features]
- Cmd(Mac)/Ctrl(Windows) + 더블 클릭 단어검색
- 발음 듣기
- 해당 단어가 포함됐던 문장과 웹사이트 주소 자동 저장, 해당 단어와 문장을 저장했었던 웹사이트로 이동 가능
(https://Avocadic.io 웹에 저장됩니다. 단어 추가&삭제가 가능합니다.)
- 앞으로 https://Avocadic.io 웹에는 영어공부에 참고가 될 수 있는 자료들을 올릴 생각입니다.

* 개선 요청 및 버그 제보: [email protected]                    

Extension Basic Information

Name Avocadic 영어사전 단어장 English Korean Dictionary Avocadic 영어사전 단어장 English Korean Dictionary
ID hhnfbcfdlagghpdliknadeagpdbgcpnk
Official URL https://chromewebstore.google.com/detail/avocadic-%EC%98%81%EC%96%B4%EC%82%AC%EC%A0%84-%EB%8B%A8%EC%96%B4%EC%9E%A5-english/hhnfbcfdlagghpdliknadeagpdbgcpnk
Description 검색한 단어와 해당 예문을 자동으로 저장해주고 예문을 클릭하면 해당 사이트로 이동할 수 있습니다.
File Size 198 KB
Installation Count 194
Current Version 2.1.6
Last Updated 2023-08-09
Publish Date 2022-11-27
Rating 5.00/5 Total 4 Ratings
Developer https://www.avocadic.io
Email [email protected]
Payment Type free
Extension Website https://avocadic.io
Help Page URL https://chrome.google.com/webstore/detail/avocadic-%EB%84%A4%EC%9D%B4%EB%B2%84-%EC%98%81%EC%96%B4%EC%82%AC%EC%A0%84-avocadi/hhnfbcfdlagghpdliknadeagpdbgcpnk/support
Supported Languages ko
manifest.json
{
    "name": "Avocadic \uc601\uc5b4\uc0ac\uc804 \ub2e8\uc5b4\uc7a5 English Korean Dictionary",
    "description": "\uac80\uc0c9\ud55c \ub2e8\uc5b4\uc640 \ud574\ub2f9 \uc608\ubb38\uc744 \uc790\ub3d9\uc73c\ub85c \uc800\uc7a5\ud574\uc8fc\uace0 \uc608\ubb38\uc744 \ud074\ub9ad\ud558\uba74 \ud574\ub2f9 \uc0ac\uc774\ud2b8\ub85c \uc774\ub3d9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.",
    "version": "2.1.6",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Avocadic \uc601\uc5b4\uc0ac\uc804 & \ub2e8\uc5b4\uc7a5",
        "default_icon": "avocado.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "avocado.png",
        "48": "avocado.png",
        "128": "avocado.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.main.tsx.28fb0721.6787a8dc.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "css": [
                "assets\/index.d2a06c1e.css",
                "assets\/main.9a6a6060.css"
            ]
        },
        {
            "js": [
                "assets\/content-script-loader.index.tsx.c87dc486.86dbbed9.js"
            ],
            "matches": [
                "https:\/\/avocadic.io\/*",
                "https:\/\/www.avocadic.io\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "run_at": "document_idle",
            "css": [
                "assets\/index.d2a06c1e.css",
                "assets\/index.9778127f.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/en.dict.naver.com\/"
    ],
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/src\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/jsx-runtime.9103eaf3.js",
                "assets\/_commonjsHelpers.f037b798.js",
                "assets\/index.79198215.js",
                "assets\/main.tsx.28fb0721.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "http:\/\/localhost:3000\/*",
                "https:\/\/avocadic.io\/*",
                "https:\/\/www.avocadic.io\/*"
            ],
            "resources": [
                "assets\/jsx-runtime.9103eaf3.js",
                "assets\/_commonjsHelpers.f037b798.js",
                "assets\/index.79198215.js",
                "assets\/index.tsx.c87dc486.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "optional_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "netRequestRules",
                "path": "netRequestRules.json"
            }
        ]
    }
}