Tyda
Enables translation search directly from a text selection.
Tyda là gì?
Tyda là một tiện ích mở rộng Chrome được phát triển bởi Tim Brandin, và tính năng chính của nó là "Enables translation search directly from a text selection.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tyda
Tải xuống các tệp mở rộng Tyda dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tyda |
ID | jfpknileagbhhhmmkbadkiecgjcbpfpk |
URL Chính Thức | https://chromewebstore.google.com/detail/tyda/jfpknileagbhhhmmkbadkiecgjcbpfpk |
Mô tả | Enables translation search directly from a text selection. |
Kích Thước Tệp | 13.24 KB |
Số Lần Cài Đặt | 779 |
Phiên Bản Hiện Tại | 0.3.1 |
Cập Nhật Lần Cuối | 2014-04-17 |
Ngày Phát Hành | 2014-04-17 |
Đánh Giá | 4.77/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Tim Brandin |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://tyda.se |
URL Trang Trợ Giúp | http://sypreme.se |
Ngôn Ngữ Được Hỗ Trợ | 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" } |