YAL Tool
Quick language tool, convenient and unofficial backend for some language sites.
Was ist YAL Tool?
YAL Tool ist eine Chrome-Erweiterung, die von https://chesnerdesir.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Quick language tool, convenient and unofficial backend for some language sites.".
Erweiterungsscreenshots
YAL Tool-Erweiterungs-CRX-Datei herunterladen
Laden Sie YAL Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | YAL Tool |
ID | fbdnembekpbgiobohnheendigpfldhkc |
Offizielle URL | https://chromewebstore.google.com/detail/yal-tool/fbdnembekpbgiobohnheendigpfldhkc |
Beschreibung | Quick language tool, convenient and unofficial backend for some language sites. |
Dateigröße | 50.28 KB |
Installationsanzahl | 50 |
Aktuelle Version | 1.0.6 |
Letztes Update | 2012-09-22 |
Veröffentlichungsdatum | 2012-09-22 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://chesnerdesir.blogspot.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |