YAL Tool
Quick language tool, convenient and unofficial backend for some language sites.
¿Qué es YAL Tool?
YAL Tool es una extensión de Chrome desarrollada por https://chesnerdesir.blogspot.com, y su función principal es "Quick language tool, convenient and unofficial backend for some language sites.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión YAL Tool
Descarga archivos de extensión YAL Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | YAL Tool |
ID | fbdnembekpbgiobohnheendigpfldhkc |
URL Oficial | https://chromewebstore.google.com/detail/yal-tool/fbdnembekpbgiobohnheendigpfldhkc |
Descripción | Quick language tool, convenient and unofficial backend for some language sites. |
Tamaño del Archivo | 50.28 KB |
Cantidad de Instalaciones | 50 |
Versión Actual | 1.0.6 |
Última Actualización | 2012-09-22 |
Fecha de Publicación | 2012-09-22 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://chesnerdesir.blogspot.com |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |