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 |
Eメール | [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" } } |