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

Qu'est-ce que Gurudict ?

Gurudict est une extension Chrome développée par https://gurucore.com, et sa fonction principale est "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".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Gurudict

Téléchargez les fichiers d'extension Gurudict au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Gurudict Gurudict
ID ppjlebmodmeoedhpepgkecbjfhfhmbdo
URL Officiel https://chromewebstore.google.com/detail/gurudict/ppjlebmodmeoedhpepgkecbjfhfhmbdo
Description 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
Taille du Fichier 209 KB
Nombre d'Installations 591
Version Actuelle 1.0.5
Dernière Mise à Jour 2015-01-30
Date de Publication 2015-01-30
Évaluation 4.59/5 Total 58 Évaluations
Développeur https://gurucore.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.facebook.com/Gurudict
URL de la Page d'Aide https://www.facebook.com/Gurudict
Langues Prises en Charge 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"
}