clip-board Dictionary
on activate, auto search naver dictionary
Hvad er clip-board Dictionary?
clip-board Dictionary er en Chrome-udvidelse udviklet af pmhpotter, og dens hovedfunktion er "on activate, auto search naver dictionary".
Udvidelsesskærmbilleder
Download clip-board Dictionary-udvidelses-CRX-fil
Download clip-board 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
1. 아이콘을 클릭하여 활성화 한다. (노란색)
2. 어떤 프로그램에서든 검색하고자 하는 텍스트를 복사한다. (ctrl + c / 우클릭 복사)
3. 네이버 작은창 사전 검색 결과를 본다.
추신. 네이버 내 단어장 기능을 활용해 보세요.
wimy.com 에서 제공하는 ClipDic 을 참조하여 개발하였습니다.
단어 검색 시 창 활성화 추가(v1.2) Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jhlbjpliahbicapdkjphoakcmmhgdkap |
| Officiel URL | https://chromewebstore.google.com/detail/clip-board-dictionary/jhlbjpliahbicapdkjphoakcmmhgdkap |
| Beskrivelse | on activate, auto search naver dictionary |
| Filstørrelse | 12.85 KB |
| Antal Installationer | 111 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2016-09-09 |
| Udgivelsesdato | 2016-09-09 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | pmhpotter |
| Betalingsmetode | free |
| Understøttede Sprog | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "clip-board Dictionary",
"description": "on activate, auto search naver dictionary",
"version": "1.2",
"icons": {
"128": "icon_128.png",
"48": "icon_48.png",
"38": "icon_38_on.png"
},
"browser_action": {
"default_icon": "icon_38.png",
"default_title": "Activate clip-board Dictionary"
},
"background": {
"page": "background.html"
},
"permissions": [
"tabs",
"clipboardRead"
]
} | |