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
Co to jest Gurudict?
Gurudict to rozszerzenie Chrome opracowane przez https://gurucore.com, a jego główną funkcją jest „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”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Gurudict
Pobierz pliki rozszerzeń Gurudict w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Gurudict |
ID | ppjlebmodmeoedhpepgkecbjfhfhmbdo |
Oficjalny URL | https://chromewebstore.google.com/detail/gurudict/ppjlebmodmeoedhpepgkecbjfhfhmbdo |
Opis | 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 |
Rozmiar pliku | 209 KB |
Liczba instalacji | 591 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2015-01-30 |
Data Publikacji | 2015-01-30 |
Ocena | 4.59/5 Łącznie 58 Oceny |
Deweloper | https://gurucore.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.facebook.com/Gurudict |
Adres URL Strony Pomocy | https://www.facebook.com/Gurudict |
Obsługiwane Języki | 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" } |