Gurudict

Gurudict là từ điển Anh Việt hướng tới sự gọn nhẹ, tinh tế, hỗ trợ tra/dịch từ/cụm từ/đoạn văn trên web/file PDF

Cos'è Gurudict?

Gurudict è un'estensione di Chrome sviluppata da https://gurucore.com, e la sua funzione principale è "Gurudict là từ điển Anh Việt hướng tới sự gọn nhẹ, tinh tế, hỗ trợ tra/dịch từ/cụm từ/đoạn văn trên web/file PDF".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Gurudict

Scarica i file di estensione Gurudict 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

                        Gurudict là công cụ từ điển Anh Việt
 - tối giản
 - Dịch từ/cụm từ (đoạn văn) trên cả trang web và **file PDF**
 - Tự động phát âm
 - Không có tác dụng phụ, giữ nguyên dạng của trang web đang xem
 - Hỗ trợ tra nhanh từ đồng nghĩa (synonym), trái nghĩa (antonym), phát âm bằng cách gõ ngay lên thanh địa chỉ

** tác giả rất vui lòng nhận các góp ý, cải tiến tại https://www.facebook.com/Gurudict **


*****************
CÁCH SỬ DỤNG PHONG PHÚ:
 - Chọn từ, nhấn phím ~ (là phím bên trái phím số 1)
 - Chọn từ, chuột phải, chọn "Tra" (hỗ trợ cả file PDF) trong context menu
 - Nháy đúp (double click) để tra
 - Tra bằng hotkey phím nóng Control Z

 - Alt và click chuột để dịch đoạn văn bản (paragraph translate)

 - Gõ thẳng lên thanh địa chỉ (omni): 
      tra HELLO     -->    để tra từ HELLO


*****************
KHUYẾN NGHỊ: bạn nên khởi động lại Chrome để Gurudict làm việc 
ngay với các trang bạn đang mở.
Sau khi cài xong, bạn hãy nên vào phần Option để chỉnh lại các thiết lập, các cách tra từ mà bạn mong muốn.                    

Informazioni di Base sull'Estensione

Nome Gurudict Gurudict
ID ppjlebmodmeoedhpepgkecbjfhfhmbdo
URL Ufficiale https://chromewebstore.google.com/detail/gurudict/ppjlebmodmeoedhpepgkecbjfhfhmbdo
Descrizione Gurudict là từ điển Anh Việt hướng tới sự gọn nhẹ, tinh tế, hỗ trợ tra/dịch từ/cụm từ/đoạn văn trên web/file PDF
Dimensione del File 209 KB
Conteggio Installazioni 591
Versione Corrente 1.0.5
Ultimo Aggiornamento 2015-01-30
Data di Pubblicazione 2015-01-30
Valutazione 4.59/5 Totale 58 Valutazioni
Sviluppatore https://gurucore.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.facebook.com/Gurudict
URL della Pagina di Aiuto https://www.facebook.com/Gurudict
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "minimum_chrome_version": "21",
    "name": "__MSG_NAME__",
    "short_name": "__MSG_NAME__",
    "description": "__MSG_description__",
    "version": "1.0.5",
    "author": "GURUCORE",
    "homepage_url": "https:\/\/www.facebook.com\/Gurudict",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "templates\/inlinePopup.tmpl.htm",
        "images\/close.png",
        "images\/icon48.png",
        "styles\/contentstyle.css",
        "js\/libs\/jquery.min.js",
        "js\/libs\/jquery.tmpl.min.js",
        "js\/libs\/share.js",
        "js\/contentscript\/gurudict.js",
        "js\/libs\/underscore-min.js",
        "js\/libs\/moment.min.js",
        "js\/libs\/angular.min.js",
        "js\/libs\/angular-sanitize.min.js"
    ],
    "permissions": [
        "tts",
        "notifications",
        "tabs",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "styles\/contentstyle.css"
            ],
            "js": [
                "js\/libs\/jquery.min.js",
                "js\/libs\/jquery.tmpl.min.js",
                "js\/libs\/share.js",
                "js\/contentscript\/gurudict.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/libs\/jquery.min.js",
            "js\/libs\/jquery.tmpl.min.js",
            "js\/libs\/share.js",
            "js\/extension.js",
            "js\/business.js",
            "js\/omnibox.js",
            "js\/browseraction.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "name": "__MSG_NAME__",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon48.png"
        },
        "default_title": "__MSG_NAME__"
    },
    "omnibox": {
        "keyword": "tra"
    },
    "options_page": "options_page.html"
}