YAL Tool

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

Cos'è YAL Tool?

YAL Tool è un'estensione di Chrome sviluppata da https://chesnerdesir.blogspot.com, e la sua funzione principale è "Quick language tool, convenient and unofficial backend for some language sites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YAL Tool

Scarica i file di estensione YAL Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YAL Tool YAL Tool
ID fbdnembekpbgiobohnheendigpfldhkc
URL Ufficiale https://chromewebstore.google.com/detail/yal-tool/fbdnembekpbgiobohnheendigpfldhkc
Descrizione Quick language tool, convenient and unofficial backend for some language sites.
Dimensione del File 50.28 KB
Conteggio Installazioni 50
Versione Corrente 1.0.6
Ultimo Aggiornamento 2012-09-22
Data di Pubblicazione 2012-09-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://chesnerdesir.blogspot.com
Tipo di Pagamento free
Lingue Supportate 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"
    }
}