YAL Tool
Quick language tool, convenient and unofficial backend for some language sites.
Qu'est-ce que YAL Tool ?
YAL Tool est une extension Chrome développée par https://chesnerdesir.blogspot.com, et sa fonction principale est "Quick language tool, convenient and unofficial backend for some language sites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YAL Tool
Téléchargez les fichiers d'extension YAL Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | YAL Tool |
ID | fbdnembekpbgiobohnheendigpfldhkc |
URL Officiel | https://chromewebstore.google.com/detail/yal-tool/fbdnembekpbgiobohnheendigpfldhkc |
Description | Quick language tool, convenient and unofficial backend for some language sites. |
Taille du Fichier | 50.28 KB |
Nombre d'Installations | 50 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2012-09-22 |
Date de Publication | 2012-09-22 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://chesnerdesir.blogspot.com |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |