Muldic

Open multiple dictionaries in one shot.

Muldic란 무엇입니까?

Muldic은(는) chytonpide에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open multiple dictionaries in one shot."입니다.

확장 프로그램 스크린샷

screenshot

Muldic 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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가 동작하지 않는 버그를 수정했습니다.                    

확장 프로그램 기본 정보

이름 Muldic Muldic
ID lhpjnkehoohajalccbikeheodknofokd
공식 URL https://chromewebstore.google.com/detail/muldic/lhpjnkehoohajalccbikeheodknofokd
설명 Open multiple dictionaries in one shot.
파일 크기 17.92 KB
설치 횟수 1,784
현재 버전 1.3.4
최근 업데이트 2022-07-11
출시 날짜 2020-03-03
평점 4.67/5 총 12 개의 평점
개발자 chytonpide
이메일 [email protected]
결제 유형 free
지원되는 언어 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
}