easyWords

Translate it, faster and easier

easyWords là gì?

easyWords là một tiện ích mở rộng Chrome được phát triển bởi sataniccrow, và tính năng chính của nó là "Translate it, faster and easier".

Ả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 easyWords

Tải xuống các tệp mở rộng easyWords 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

                        Translate what you want as fast as you can without leaving your page :)

...
This project is born as a simple chrome extension which aids in using the translation tool offered by Word Reference through its API. 

Before using the extension, the creation of a personal API KEY was mandatory; to create yours, you should go to the API registration page and create your own API_key (http://www.wordreference.com/docs/APIregistration.aspx).
Now this service has been shut down as well as the generation of API key.                    

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

Tên easyWords easyWords
ID faiilkphlbkfnjddbappbaahpmafhmbj
URL Chính Thức https://chromewebstore.google.com/detail/easywords/faiilkphlbkfnjddbappbaahpmafhmbj
Mô tả Translate it, faster and easier
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.4.9
Cập Nhật Lần Cuối 2021-10-19
Ngày Phát Hành 2018-04-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển sataniccrow
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "grapx\/ghost.png",
        "default_popup": "html\/main.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-1.8.3.min.js",
                "js\/json2.js",
                "js\/api.js",
                "js\/trigger.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Translate it, faster and easier",
    "icons": {
        "128": "grapx\/ghost.png"
    },
    "manifest_version": 2,
    "name": "easyWords",
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.4.9"
}