YAL Tool

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

什么是YAL Tool?

YAL Tool是由https://chesnerdesir.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Quick language tool, convenient and unofficial backend for some language sites.”。

扩展截图

screenshot

下载YAL Tool扩展crx文件

下载YAL Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 YAL Tool YAL Tool
ID fbdnembekpbgiobohnheendigpfldhkc
官方URL https://chromewebstore.google.com/detail/yal-tool/fbdnembekpbgiobohnheendigpfldhkc
简介 Quick language tool, convenient and unofficial backend for some language sites.
文件大小 50.28 KB
安装次数 50
当前版本 1.0.6
更新时间 2012-09-22
上架时间 2012-09-22
评分 5.00/5 共2次评分
开发者 https://chesnerdesir.blogspot.com
付费类型 free
支持的语言 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"
    }
}