Tra câu
Tra từ điển & mẫu câu song ngữ Anh - Việt, Việt - Anh
Tra câu란 무엇입니까?
Tra câu은(는) https://tracau.vn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tra từ điển & mẫu câu song ngữ Anh - Việt, Việt - Anh"입니다.
확장 프로그램 스크린샷
Tra câu 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tra từ, tra câu dễ dàng khi duyệt web. Tra câu cung cấp cho bạn công cụ tra từ điển và tìm kiếm mẫu câu song ngữ Anh - Việt tiện lợi trên các website: - Hỗ trợ từ điển Anh-Việt, Việt-Anh và Anh-Anh. - Tra từ dễ dàng với thao tác click chuột phải trên từ và mẫu câu được chọn. ---- Tra câu provides an useful tool for looking up definitions and phrases as you browse the webs: - Supported dictionaries: English-Vietnamese, Vietnamese-English and English-English. - View definition easily by right-clicking on selecting a word or phrase.
확장 프로그램 기본 정보
이름 | Tra câu |
ID | jefpknpgklhhhnagffflpaffceilmohg |
공식 URL | https://chromewebstore.google.com/detail/tra-c%C3%A2u/jefpknpgklhhhnagffflpaffceilmohg |
설명 | Tra từ điển & mẫu câu song ngữ Anh - Việt, Việt - Anh |
파일 크기 | 110 KB |
설치 횟수 | 1,846 |
현재 버전 | 1.5.3 |
최근 업데이트 | 2021-01-15 |
출시 날짜 | 2017-08-07 |
평점 | 4.63/5 총 19 개의 평점 |
개발자 | https://tracau.vn |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tracau.vn |
개인정보 보호 정책 페이지 URL | https://tracau.vn/pages/privacy.html |
지원되는 언어 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tra c\u00e2u", "icons": { "128": "images\/logo_128.png", "48": "images\/logo_48.png", "16": "images\/logo_16.png" }, "description": "Tra t\u1eeb \u0111i\u1ec3n & m\u1eabu c\u00e2u song ng\u1eef Anh - Vi\u1ec7t, Vi\u1ec7t - Anh", "version": "1.5.3", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "assets\/lib\/jquery.js", "assets\/xdict.js", "assets\/tctab.js", "assets\/dict.js", "assets\/content.js" ], "css": [ "assets\/xdict.css", "assets\/lib\/font-xdict\/css\/font-xdict.css", "assets\/content.css" ], "all_frames": true } ], "browser_action": { "default_icon": { "19": "images\/logo_19.png", "38": "images\/logo_38.png" }, "default_title": "Tra c\u00e2u", "default_popup": "popup.html" }, "permissions": [ "https:\/\/api.tracau.vn\/", "storage", "contextMenus" ], "web_accessible_resources": [ "assets\/*" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |