Tyda

Enables translation search directly from a text selection.

Tydaคืออะไร?

Tyda เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tim Brandin และคุณลักษณะหลักของมันคือ "Enables translation search directly from a text selection."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tyda

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}