Tyda

Enables translation search directly from a text selection.

Wat is Tyda?

Tyda is een Chrome-extensie ontwikkeld door Tim Brandin, en de belangrijkste functie is "Enables translation search directly from a text selection.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tyda

Download Tyda-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Tyda Tyda
ID jfpknileagbhhhmmkbadkiecgjcbpfpk
Officiële URL https://chromewebstore.google.com/detail/tyda/jfpknileagbhhhmmkbadkiecgjcbpfpk
Beschrijving Enables translation search directly from a text selection.
Bestandsgrootte 13.24 KB
Aantal Installaties 779
Huidige Versie 0.3.1
Laatst Bijgewerkt 2014-04-17
Publicatiedatum 2014-04-17
Beoordeling 4.77/5 Totaal 13 Beoordelingen
Ontwikkelaar Tim Brandin
Betalingswijze free
Extensiewebsite http://tyda.se
Help Pagina-URL http://sypreme.se
Ondersteunde Talen 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"
}