Muldic

Open multiple dictionaries in one shot.

什麼是Muldic?

Muldic是由chytonpide開發的Chrome擴展程式,該擴展的主要功能是“Open multiple dictionaries in one shot.”。

擴展截圖

screenshot

下載Muldic擴展crx文件

下載Muldic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}