Muldic

Open multiple dictionaries in one shot.

What is Muldic?

Muldic is a Chrome extension developed by chytonpide, and its main feature is "Open multiple dictionaries in one shot.".

Extension Screenshots

screenshot

Download Muldic Extension CRX File

Download Muldic 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

                        Open multiple dictionaries in one shot.




1.3.4
일정 시간이 지나면 enter를 눌러도 반응하지 않는 버그를 수정했습니다.


1.3.3
토글 off시 새로운 탭이 열리는 버그를 수정했습니다.


1.3.2
검색시 팝업이 자동으로 닫히는 기능을 추가했습니다.
버전 업데이트시 탭 설정이 초기화 되는 버그를 수정했습니다.


1.3.1
기본 탭에 Google meaning 검색을 추가했습니다. 
재검색시 새로운 탭이 열리는 버그를 수정했습니다.


1.3.0
새로 추가한 탭의 토글 on/off가 동작하지 않는 버그를 수정했습니다.                    

Extension Basic Information

Name Muldic Muldic
ID lhpjnkehoohajalccbikeheodknofokd
Official URL https://chromewebstore.google.com/detail/muldic/lhpjnkehoohajalccbikeheodknofokd
Description Open multiple dictionaries in one shot.
File Size 17.92 KB
Installation Count 1,784
Current Version 1.3.4
Last Updated 2022-07-11
Publish Date 2020-03-03
Rating 4.67/5 Total 12 Ratings
Developer chytonpide
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Muldic",
    "version": "1.3.4",
    "description": "Open multiple dictionaries in one shot.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "chytonpide",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "open!"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}