Muldic

Open multiple dictionaries in one shot.

Hvad er Muldic?

Muldic er en Chrome-udvidelse udviklet af chytonpide, og dens hovedfunktion er "Open multiple dictionaries in one shot.".

Udvidelsesskærmbilleder

screenshot

Download Muldic-udvidelses-CRX-fil

Download Muldic-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Muldic Muldic
ID lhpjnkehoohajalccbikeheodknofokd
Officiel URL https://chromewebstore.google.com/detail/muldic/lhpjnkehoohajalccbikeheodknofokd
Beskrivelse Open multiple dictionaries in one shot.
Filstørrelse 17.92 KB
Antal Installationer 1,784
Nuværende Version 1.3.4
Senest Opdateret 2022-07-11
Udgivelsesdato 2020-03-03
Bedømmelse 4.67/5 Samlet 12 Bedømmelser
Udvikler chytonpide
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}