Tyda
Enables translation search directly from a text selection.
What is Tyda?
Tyda is a Chrome extension developed by Tim Brandin, and its main feature is "Enables translation search directly from a text selection.".
Extension Screenshots
Download Tyda Extension CRX File
Download Tyda extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Tyda |
ID | jfpknileagbhhhmmkbadkiecgjcbpfpk |
Official URL | https://chromewebstore.google.com/detail/tyda/jfpknileagbhhhmmkbadkiecgjcbpfpk |
Description | Enables translation search directly from a text selection. |
File Size | 13.24 KB |
Installation Count | 779 |
Current Version | 0.3.1 |
Last Updated | 2014-04-17 |
Publish Date | 2014-04-17 |
Rating | 4.77/5 Total 13 Ratings |
Developer | Tim Brandin |
Payment Type | free |
Extension Website | http://tyda.se |
Help Page URL | http://sypreme.se |
Supported Languages | 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" } |