Tooltip dictionary - 툴팁 영한사전

툴팁 영한사전, 커서를 올려 사전 검색, 드래그로 번역하기

Qu'est-ce que Tooltip dictionary - 툴팁 영한사전 ?

Tooltip dictionary - 툴팁 영한사전 est une extension Chrome développée par fadak, et sa fonction principale est "툴팁 영한사전, 커서를 올려 사전 검색, 드래그로 번역하기".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tooltip dictionary - 툴팁 영한사전

Téléchargez les fichiers d'extension Tooltip dictionary - 툴팁 영한사전 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        툴팁 영한사전입니다.

영어 단어에 커서를 올려두면 단어검색, 
영어 문장을 드래그하면 번역 기능을 사용할 수 있습니다.                    

Informations de Base sur l'Extension

Nom Tooltip dictionary - 툴팁 영한사전 Tooltip dictionary - 툴팁 영한사전
ID dlabodjigcmnanaldmfkpflpopgmdhii
URL Officiel https://chromewebstore.google.com/detail/tooltip-dictionary-%ED%88%B4%ED%8C%81-%EC%98%81%ED%95%9C%EC%82%AC/dlabodjigcmnanaldmfkpflpopgmdhii
Description 툴팁 영한사전, 커서를 올려 사전 검색, 드래그로 번역하기
Taille du Fichier 32.83 KB
Nombre d'Installations 6,263
Version Actuelle 1.1.2
Dernière Mise à Jour 2022-04-14
Date de Publication 2017-03-21
Évaluation 4.93/5 Total 15 Évaluations
Développeur fadak
Email [email protected]
Type de Paiement free
Langues Prises en Charge ko
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.0.slim.min.js",
                "eng2kor.js",
                "background.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "\ud234\ud301 \uc601\ud55c\uc0ac\uc804, \ucee4\uc11c\ub97c \uc62c\ub824 \uc0ac\uc804 \uac80\uc0c9, \ub4dc\ub798\uadf8\ub85c \ubc88\uc5ed\ud558\uae30",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqDXM5Zhmj65BqwHrOjTEF1QlsUiRejnhd6wsW1EbAPNQ8TzxfSqapVK7um5iduRzFVXBgsheYsHPot5lOCCtLqxPx6GsbsRbEcda6HtV2fKZvN\/uwp45lHZKtv+1sD\/t4K6s21Ks6FZGgDEVBxL1a4V0l6Cv1tu0WIHio\/WYMQ4MDg5CvZz23WGUGhCozLUPpAYetB5kcJH3bNY6BB1v4xovADZuqAIJwv0JXZkeLPKstJKRMV9xzW0rxgNO6YDiAJLSrGUQFljtn7MFoUxwNX1eXLhCw5aKMeIoHJbfXOy+Sa9zySPQc2TBjyGFO7hEMD3or+6H+14RRQh4LSKTKQIDAQAB",
    "manifest_version": 2,
    "name": "Tooltip dictionary - \ud234\ud301 \uc601\ud55c\uc0ac\uc804",
    "permissions": [
        "",
        "tts"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.2"
}