clip-board Dictionary

on activate, auto search naver dictionary

Wat is clip-board Dictionary?

clip-board Dictionary is een Chrome-extensie ontwikkeld door pmhpotter, en de belangrijkste functie is "on activate, auto search naver dictionary".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie clip-board Dictionary

Download clip-board Dictionary-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

                        1. 아이콘을 클릭하여 활성화 한다. (노란색)
2. 어떤 프로그램에서든 검색하고자 하는 텍스트를 복사한다. (ctrl + c / 우클릭 복사)
3. 네이버 작은창 사전 검색 결과를 본다.

추신. 네이버 내 단어장 기능을 활용해 보세요.
wimy.com 에서 제공하는 ClipDic 을 참조하여 개발하였습니다.
단어 검색 시 창 활성화 추가(v1.2)                    

Basisinformatie over de Extensie

Naam clip-board Dictionary clip-board Dictionary
ID jhlbjpliahbicapdkjphoakcmmhgdkap
Officiële URL https://chromewebstore.google.com/detail/clip-board-dictionary/jhlbjpliahbicapdkjphoakcmmhgdkap
Beschrijving on activate, auto search naver dictionary
Bestandsgrootte 12.85 KB
Aantal Installaties 111
Huidige Versie 1.2
Laatst Bijgewerkt 2016-09-09
Publicatiedatum 2016-09-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar pmhpotter
Betalingswijze free
Ondersteunde Talen 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"
    ]
}