YAL Tool
Quick language tool, convenient and unofficial backend for some language sites.
What is YAL Tool?
YAL Tool is a Chrome extension developed by https://chesnerdesir.blogspot.com, and its main feature is "Quick language tool, convenient and unofficial backend for some language sites.".
Extension Screenshots
Download YAL Tool Extension CRX File
Download YAL Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | YAL Tool |
ID | fbdnembekpbgiobohnheendigpfldhkc |
Official URL | https://chromewebstore.google.com/detail/yal-tool/fbdnembekpbgiobohnheendigpfldhkc |
Description | Quick language tool, convenient and unofficial backend for some language sites. |
File Size | 50.28 KB |
Installation Count | 50 |
Current Version | 1.0.6 |
Last Updated | 2012-09-22 |
Publish Date | 2012-09-22 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://chesnerdesir.blogspot.com |
Payment Type | free |
Supported Languages | 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" } } |