YAL Tool

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

Co to jest YAL Tool?

YAL Tool to rozszerzenie Chrome opracowane przez https://chesnerdesir.blogspot.com, a jego główną funkcją jest „Quick language tool, convenient and unofficial backend for some language sites.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YAL Tool

Pobierz pliki rozszerzeń YAL Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa YAL Tool YAL Tool
ID fbdnembekpbgiobohnheendigpfldhkc
Oficjalny URL https://chromewebstore.google.com/detail/yal-tool/fbdnembekpbgiobohnheendigpfldhkc
Opis Quick language tool, convenient and unofficial backend for some language sites.
Rozmiar pliku 50.28 KB
Liczba instalacji 50
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2012-09-22
Data Publikacji 2012-09-22
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://chesnerdesir.blogspot.com
Typ Płatności free
Obsługiwane Języki 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"
    }
}