Muldic

Open multiple dictionaries in one shot.

Wat is Muldic?

Muldic is een Chrome-extensie ontwikkeld door chytonpide, en de belangrijkste functie is "Open multiple dictionaries in one shot.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Muldic

Download Muldic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Muldic Muldic
ID lhpjnkehoohajalccbikeheodknofokd
Officiële URL https://chromewebstore.google.com/detail/muldic/lhpjnkehoohajalccbikeheodknofokd
Beschrijving Open multiple dictionaries in one shot.
Bestandsgrootte 17.92 KB
Aantal Installaties 1,784
Huidige Versie 1.3.4
Laatst Bijgewerkt 2022-07-11
Publicatiedatum 2020-03-03
Beoordeling 4.67/5 Totaal 12 Beoordelingen
Ontwikkelaar chytonpide
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}