Từ điển Tummo

Từ điển Anh Việt Việt Anh dành cho người Việt

Cos'è Từ điển Tummo?

Từ điển Tummo è un'estensione di Chrome sviluppata da https://tummosoftware.com, e la sua funzione principale è "Từ điển Anh Việt Việt Anh dành cho người Việt".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Từ điển Tummo

Scarica i file di estensione Từ điển Tummo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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;                    

Informazioni di Base sull'Estensione

Nome Từ điển Tummo Từ điển Tummo
ID canladopdeagmnhmlhihjglecpiidfii
URL Ufficiale https://chromewebstore.google.com/detail/t%E1%BB%AB-%C4%91i%E1%BB%83n-tummo/canladopdeagmnhmlhihjglecpiidfii
Descrizione Từ điển Anh Việt Việt Anh dành cho người Việt
Dimensione del File 34.96 KB
Conteggio Installazioni 194
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-04-02
Data di Pubblicazione 2019-03-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://tummosoftware.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.tummosoftware.com/chrome-addon/tummo-dictionary.html
URL della Pagina della Politica sulla Privacy https://www.tummosoftware.com/privacy-policy-chrome-extension
Lingue Supportate 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"
    }
}