YAL Tool

Quick language tool, convenient and unofficial backend for some language sites.

YAL Tool là gì?

YAL Tool là một tiện ích mở rộng Chrome được phát triển bởi https://chesnerdesir.blogspot.com, và tính năng chính của nó là "Quick language tool, convenient and unofficial backend for some language sites.".

Ả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 YAL Tool

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

                        This is Yet Another Language Tool that is a shortcut to features like translation/definition of sites like Reverso.net, Linguee.fr, Wiktionary.org, Urban dictionary.

Features:
1) Your search request is redirected to the associated features on these sites and your preferred options are automatically saved.

2) Spread option will launch your request with all related sites, e.g. a query for translation f "whistle" will bring reverso, linguee sites with loaded parameters.


Consider this application just as a convenient and easy tool to access these features.

We have no relation with the sites mentioned above.

If you have suggestions, send us a mail or put a comment below.                    

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

Tên YAL Tool YAL Tool
ID fbdnembekpbgiobohnheendigpfldhkc
URL Chính Thức https://chromewebstore.google.com/detail/yal-tool/fbdnembekpbgiobohnheendigpfldhkc
Mô tả Quick language tool, convenient and unofficial backend for some language sites.
Kích Thước Tệp 50.28 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2012-09-22
Ngày Phát Hành 2012-09-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://chesnerdesir.blogspot.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YAL Tool",
    "description": "Quick language tool, convenient and unofficial backend for some language sites.",
    "version": "1.0.6",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Yet Another Language Tool",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}