Từ điển Tummo
Từ điển Anh Việt Việt Anh dành cho người Việt
What is Từ điển Tummo?
Từ điển Tummo is a Chrome extension developed by https://tummosoftware.com, and its main feature is "Từ điển Anh Việt Việt Anh dành cho người Việt".
Extension Screenshots
Download Từ điển Tummo Extension CRX File
Download Từ điển Tummo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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;
Extension Basic Information
Name | Từ điển Tummo |
ID | canladopdeagmnhmlhihjglecpiidfii |
Official URL | https://chromewebstore.google.com/detail/t%E1%BB%AB-%C4%91i%E1%BB%83n-tummo/canladopdeagmnhmlhihjglecpiidfii |
Description | Từ điển Anh Việt Việt Anh dành cho người Việt |
File Size | 34.96 KB |
Installation Count | 194 |
Current Version | 1.0.0 |
Last Updated | 2019-04-02 |
Publish Date | 2019-03-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://tummosoftware.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.tummosoftware.com/chrome-addon/tummo-dictionary.html |
Privacy Policy Page URL | https://www.tummosoftware.com/privacy-policy-chrome-extension |
Supported Languages | 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" } } |