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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}