Chrome Dictionary Extension
Chrome Dictionary Extension
Wat is Chrome Dictionary Extension?
Chrome Dictionary Extension is een Chrome-extensie ontwikkeld door rageken, en de belangrijkste functie is "Chrome Dictionary Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Dictionary Extension
Download Chrome Dictionary Extension-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
개인목적으로 제작했습니다.
선택한 블럭텍스트를 다음사전으로 iframe 팝업을 출력합니다.
chrome://extensions/ 으로 들어가서 아래쪽에 단축키 등록해서 쓰거나 그냥 아이콘 클릭하면 됩니다.
영어공부 열심히 하시길... Basisinformatie over de Extensie
| Naam | |
| ID | hhgjfipkpflibgmllefpeaajacppdjbg |
| Officiële URL | https://chromewebstore.google.com/detail/chrome-dictionary-extensi/hhgjfipkpflibgmllefpeaajacppdjbg |
| Beschrijving | Chrome Dictionary Extension |
| Bestandsgrootte | 6.88 KB |
| Aantal Installaties | 223 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2017-10-05 |
| Publicatiedatum | 2017-10-05 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | rageken |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chrome Dictionary Extension",
"description": "Chrome Dictionary Extension",
"version": "1.2",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Click here!"
},
"permissions": [
"activeTab"
]
} | |