Từ điển Tummo
Từ điển Anh Việt Việt Anh dành cho người Việt
什么是Từ điển Tummo?
Từ điển Tummo是由https://tummosoftware.com开发的Chrome扩展程序,该扩展的主要功能是“Từ điển Anh Việt Việt Anh dành cho người Việt”。
扩展截图
下载Từ điển Tummo扩展crx文件
下载Từ điển Tummo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Từ điển Tummo là add-on giúp bạn tra từ điển Anh-Việt, Việt-Anh tại bất cứ nơi đâu trên trình duyệt Chrome. * Từ điển Tummo có chức năng chính sau: - Tốc độ tra nhanh; - Giao diện đẹp; - Các từ điển mới sẽ liên tục được cập nhật; - Lượng từ điển mới sẽ được bổ sung liên tục; * Với Tummo Dictionary bạn có thể tra cứu các bộ từ điển sau: - Từ điển Anh Việt; - Từ điển Việt Anh; - Engligh Idioms; - Soule''s Dictionary of English Synonyms; - Moby Thesaurus II; - English Thesaurus; - WordNet 3.1.1;
扩展基本信息
名称 | Từ điển Tummo |
ID | canladopdeagmnhmlhihjglecpiidfii |
官方URL | https://chromewebstore.google.com/detail/t%E1%BB%AB-%C4%91i%E1%BB%83n-tummo/canladopdeagmnhmlhihjglecpiidfii |
简介 | Từ điển Anh Việt Việt Anh dành cho người Việt |
文件大小 | 34.96 KB |
安装次数 | 194 |
当前版本 | 1.0.0 |
更新时间 | 2019-04-02 |
上架时间 | 2019-03-30 |
评分 | 5.00/5 共1次评分 |
开发者 | https://tummosoftware.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.tummosoftware.com/chrome-addon/tummo-dictionary.html |
隐私政策页面URL | https://www.tummosoftware.com/privacy-policy-chrome-extension |
支持的语言 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "T\u1eeb \u0111i\u1ec3n Tummo", "version": "1.0.0", "manifest_version": 2, "description": "T\u1eeb \u0111i\u1ec3n Anh Vi\u1ec7t Vi\u1ec7t Anh d\u00e0nh cho ng\u01b0\u1eddi Vi\u1ec7t", "homepage_url": "https:\/\/www.tummosoftware.com", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "24": "images\/icon24.png", "48": "images\/icon48.png" }, "default_title": "Tummo Dictionary", "default_popup": "popup.html" }, "content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'; img-src *", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": false } ], "icons": { "24": "images\/icon24.png", "48": "images\/icon48.png", "90": "images\/icon80.png" } } |