Instant Dictionary
View definition in both English and Chinese as you browse the web.
Instant Dictionary란 무엇입니까?
Instant Dictionary은(는) Peter Pi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View definition in both English and Chinese as you browse the web."입니다.
확장 프로그램 스크린샷
Instant Dictionary 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
IMPORTANT: - The chrome extension will not work in tabs that were open prior to installation. After installation, either reload your open tabs or restart Chrome. Instant Dictionary helps to make the translation become more convenient. Simply highlight the word you don't understand and see the definition in English and Chinese without going back and forth on tabs.
확장 프로그램 기본 정보
이름 | |
ID | hjpcapcphfbomgjkghdiiogelgikcmpa |
공식 URL | https://chrome.google.com/webstore/detail/instant-dictionary/hjpcapcphfbomgjkghdiiogelgikcmpa |
설명 | View definition in both English and Chinese as you browse the web. |
파일 크기 | 696 KB |
설치 횟수 | 121 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2022-01-08 |
출시 날짜 | 2020-04-18 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Peter Pi |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instant Dictionary", "version": "1.0.6", "description": "View definition in both English and Chinese as you browse the web.", "author": "Peter Pi", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "Styles.css" ], "js": [ "content.js", "jquery-3.4.1.min.js" ] } ], "permissions": [ "activeTab", "storage" ] } |