Tyda

Enables translation search directly from a text selection.

Co to jest Tyda?

Tyda to rozszerzenie Chrome opracowane przez Tim Brandin, a jego główną funkcją jest „Enables translation search directly from a text selection.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tyda

Pobierz pliki rozszerzeń Tyda 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

                        Translate and define words directly in Tyda from a text selection in page.

Version 0.2: Added history searches in the popup window.
Version 0.3: Now fully translated to english and new screenshots added.
Version 0.3.1: Uppdated for the new search urls at tyda.se/search                    

Podstawowe informacje o rozszerzeniu

Nazwa Tyda Tyda
ID jfpknileagbhhhmmkbadkiecgjcbpfpk
Oficjalny URL https://chromewebstore.google.com/detail/tyda/jfpknileagbhhhmmkbadkiecgjcbpfpk
Opis Enables translation search directly from a text selection.
Rozmiar pliku 13.24 KB
Liczba instalacji 779
Aktualna Wersja 0.3.1
Ostatnia Aktualizacja 2014-04-17
Data Publikacji 2014-04-17
Ocena 4.77/5 Łącznie 13 Oceny
Deweloper Tim Brandin
Typ Płatności free
Strona Rozszerzenia http://tyda.se
Adres URL Strony Pomocy http://sypreme.se
Obsługiwane Języki en,sv
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Din s\u00f6khistorik"
    },
    "content_security_policy": "default-src 'self'",
    "default_locale": "sv",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon-large.png",
        "16": "icon-pitty.png",
        "48": "icon-small.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "contextMenus"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.1"
}