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

Apa itu Gurudict?

Gurudict adalah ekstensi Chrome yang dikembangkan oleh https://gurucore.com, dan fitur utamanya adalah "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 Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Gurudict

Unduh file ekstensi Gurudict dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Gurudict Gurudict
ID ppjlebmodmeoedhpepgkecbjfhfhmbdo
URL Resmi https://chromewebstore.google.com/detail/gurudict/ppjlebmodmeoedhpepgkecbjfhfhmbdo
Deskripsi 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
Ukuran File 209 KB
Jumlah Instalasi 591
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2015-01-30
Tanggal Publikasi 2015-01-30
Penilaian 4.59/5 Total 58 Penilaian
Pengembang https://gurucore.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.facebook.com/Gurudict
URL Halaman Bantuan https://www.facebook.com/Gurudict
Bahasa yang Didukung 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"
}