Tyda

Enables translation search directly from a text selection.

Cos'è Tyda?

Tyda è un'estensione di Chrome sviluppata da Tim Brandin, e la sua funzione principale è "Enables translation search directly from a text selection.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tyda

Scarica i file di estensione Tyda 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

                        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                    

Informazioni di Base sull'Estensione

Nome Tyda Tyda
ID jfpknileagbhhhmmkbadkiecgjcbpfpk
URL Ufficiale https://chromewebstore.google.com/detail/tyda/jfpknileagbhhhmmkbadkiecgjcbpfpk
Descrizione Enables translation search directly from a text selection.
Dimensione del File 13.24 KB
Conteggio Installazioni 779
Versione Corrente 0.3.1
Ultimo Aggiornamento 2014-04-17
Data di Pubblicazione 2014-04-17
Valutazione 4.77/5 Totale 13 Valutazioni
Sviluppatore Tim Brandin
Tipo di Pagamento free
Sito Web dell'Estensione http://tyda.se
URL della Pagina di Aiuto http://sypreme.se
Lingue Supportate 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"
}