Haici dictionary c plugin
Help haici dictionary capture text in the browser
Haici dictionary c plugin란 무엇입니까?
Haici dictionary c plugin은(는) http://dict.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Help haici dictionary capture text in the browser"입니다.
확장 프로그램 스크린샷
Haici dictionary c plugin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
海词词典桌面客户端软件专用插件,支持在Chrome浏览器中实现鼠标取词、划词翻译。可在查看浏览器网页时快捷的帮助翻译陌生的单词。使用海词词典可快速查询单词,获得海词提供英汉、汉英等全面、专业、权威释义内容;“释义常用度分布图”可让释义一幕了然。 安装海词词典插件,可以使用以下功能: 1. 快速的鼠标取词功能:鼠标停留中英文上即刻查词 2. 流畅的快速划词翻译功能:双击或划中浏览页面的任何单词查询 3. 高效的词典查询,输入需查询的词,快速获得最全面的海词词典释义 4. 拥有专业权威的“释义常用度分布图” 这是海词词典官方(Dict.cn)提供的扩展。
확장 프로그램 기본 정보
이름 | |
ID | jejngjnbgchjdpldflblfaijljnkbhhm |
공식 URL | https://chrome.google.com/webstore/detail/haici-dictionary-c-plugin/jejngjnbgchjdpldflblfaijljnkbhhm |
설명 | Help haici dictionary capture text in the browser |
파일 크기 | 19.61 KB |
설치 횟수 | 1,000 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2014-06-27 |
출시 날짜 | 2014-06-27 |
평점 | 3.44/5 총 9 개의 평점 |
개발자 | http://dict.cn |
결제 유형 | free |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "all_frames": true, "js": [ "capturetext.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "*:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "description": "__MSG_app_description__", "name": "__MSG_app_name__", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "*:\/\/*\/*" ], "version": "2.0.1" } |