Chrome Dictionary Extension
Chrome Dictionary Extension
What is Chrome Dictionary Extension?
Chrome Dictionary Extension is a Chrome extension developed by rageken, and its main feature is "Chrome Dictionary Extension".
Extension Screenshots
Download Chrome Dictionary Extension Extension CRX File
Download Chrome Dictionary Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
개인목적으로 제작했습니다. 선택한 블럭텍스트를 다음사전으로 iframe 팝업을 출력합니다. chrome://extensions/ 으로 들어가서 아래쪽에 단축키 등록해서 쓰거나 그냥 아이콘 클릭하면 됩니다. 영어공부 열심히 하시길...
Extension Basic Information
Name | Chrome Dictionary Extension |
ID | hhgjfipkpflibgmllefpeaajacppdjbg |
Official URL | https://chromewebstore.google.com/detail/chrome-dictionary-extensi/hhgjfipkpflibgmllefpeaajacppdjbg |
Description | Chrome Dictionary Extension |
File Size | 6.88 KB |
Installation Count | 223 |
Current Version | 1.2 |
Last Updated | 2017-10-05 |
Publish Date | 2017-10-05 |
Rating | 5.00/5 Total 3 Ratings |
Developer | rageken |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |