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文件
下载Tra câu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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'"
} | |