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"입니다.

확장 프로그램 스크린샷

screenshot

Từ điển Tummo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}