Tooltip Dictionary
찾고자 하는 단어에 마우스를 올리면 툴팁으로 사전을 제공합니다
Hvad er Tooltip Dictionary?
Tooltip Dictionary er en Chrome-udvidelse udviklet af Sunsal, og dens hovedfunktion er "찾고자 하는 단어에 마우스를 올리면 툴팁으로 사전을 제공합니다".
Udvidelsesskærmbilleder
Download Tooltip Dictionary-udvidelses-CRX-fil
Download Tooltip Dictionary-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
찾고자 하는 단어에 마우스를 올리면 툴팁으로 사전을 제공합니다
Grundlæggende oplysninger om udvidelsen
Navn | Tooltip Dictionary |
ID | kibbnopaghnmdlmocibfmnljlihmlgip |
Officiel URL | https://chromewebstore.google.com/detail/tooltip-dictionary/kibbnopaghnmdlmocibfmnljlihmlgip |
Beskrivelse | 찾고자 하는 단어에 마우스를 올리면 툴팁으로 사전을 제공합니다 |
Filstørrelse | 299 KB |
Antal Installationer | 33,602 |
Nuværende Version | 1.0.1.1 |
Senest Opdateret | 2017-11-02 |
Udgivelsesdato | 2017-11-02 |
Bedømmelse | 4.79/5 Samlet 43 Bedømmelser |
Udvikler | Sunsal |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://sites.google.com/view/tooltip-dictionary/privacy-policy |
Understøttede Sprog | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tooltip Dictionary", "version": "1.0.1.1", "background": { "scripts": [ "background.min.js" ] }, "icons": { "16": "images\/active16.png", "32": "images\/active32.png", "48": "images\/active48.png", "64": "images\/active64.png", "96": "images\/active96.png", "128": "images\/active128.png" }, "browser_action": { "default_icon": { "16": "images\/active16.png", "32": "images\/active32.png", "48": "images\/active48.png", "64": "images\/active64.png", "96": "images\/active96.png", "128": "images\/active128.png" }, "default_title": "Tooltip Dictionary", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "main.min.js" ] } ], "permissions": [ "activeTab", "storage", "http:\/\/tooltip.dic.naver.com\/tooltip.nhn\/" ] } |