Tyda
Enables translation search directly from a text selection.
Tydaとは何ですか?
TydaはTim Brandinによって開発されたChromeの拡張機能で、その主な機能は「Enables translation search directly from a text selection.」です。
拡張機能のスクリーンショット
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 |
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" } |