Tyda

Enables translation search directly from a text selection.

什麼是Tyda?

Tyda是由Tim Brandin開發的Chrome擴展程式,該擴展的主要功能是“Enables translation search directly from a text selection.”。

擴展截圖

screenshot

下載Tyda擴展crx文件

下載Tyda擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Tyda Tyda
ID jfpknileagbhhhmmkbadkiecgjcbpfpk
官方網址 https://chromewebstore.google.com/detail/tyda/jfpknileagbhhhmmkbadkiecgjcbpfpk
簡介 Enables translation search directly from a text selection.
檔案大小 13.24 KB
安裝次數 779
目前版本 0.3.1
更新時間 2014-04-17
上架時間 2014-04-17
評分 4.77/5 共 13 次評分
開發者 Tim Brandin
付費類型 free
擴展官網 http://tyda.se
說明頁面URL http://sypreme.se
支援的語言 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"
}