Wiktionary Translator

Quickly look up words in wiktionary as you read

Wiktionary Translator là gì?

Wiktionary Translator là một tiện ích mở rộng Chrome được phát triển bởi axolotl, và tính năng chính của nó là "Quickly look up words in wiktionary as you read".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wiktionary Translator

Tải xuống các tệp mở rộng Wiktionary Translator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Wiktionary translator is a simple and quick way to translate words on a page. 

Just select a word on your page and press Shift+Ctrl+F to open the translator popup to see the wiktionary results! You can also type words to search directly in the popup.

You can select a different language for wiktionary translator in the Options page.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wiktionary Translator Wiktionary Translator
ID ilghalkaapnhooaegoecclkebghfdpjp
URL Chính Thức https://chromewebstore.google.com/detail/wiktionary-translator/ilghalkaapnhooaegoecclkebghfdpjp
Mô tả Quickly look up words in wiktionary as you read
Kích Thước Tệp 82.76 KB
Số Lần Cài Đặt 223
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2015-03-16
Ngày Phát Hành 2015-03-16
Đánh Giá 2.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển axolotl
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Risto-Stevcev/wiktionary-translator
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wiktionary Translator",
    "description": "Quickly look up words in wiktionary as you read",
    "version": "1.0.0",
    "manifest_version": 2,
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/selection.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup\/popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    }
}