TransIt
让划词翻译更简单
TransItとは何ですか?
TransItはgreatghoulによって開発されたChromeの拡張機能で、その主な機能は「让划词翻译更简单」です。
拡張機能のスクリーンショット
TransIt拡張機能のCRXファイルをダウンロード
TransIt拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
# TransIt TransIt - 让划词翻译更简单 http://gdgxian.org/crx-transit/ ## 功能列表 - 页面英文划词翻译 - 连续对多个单词进行划词翻译 - 对超链接中的文本进行划词翻译 - 调整页面划词翻译结果显示的时间长短 - 适应更多的页面,包括 Iframe 嵌套 - 支持在窗口边缘和选词附近两种方式显示翻译结果 - 支持百度和有道翻译两种翻译服务 ## 相关资源 - 更新历史 http://git.io/pz7B - 项目主页 http://git.io/pz7K - 问题和反馈 http://git.io/pz7M
拡張機能の基本情報
名前 | |
ID | pfjipfdmbpbkcadkdpmacdcefoohagdc |
公式URL | https://chrome.google.com/webstore/detail/transit/pfjipfdmbpbkcadkdpmacdcefoohagdc |
説明 | 让划词翻译更简单 |
ファイルサイズ | 516 KB |
インストール数 | 4,000 |
現在のバージョン | 1.6.6 |
最終更新日 | 2018-02-05 |
公開日 | 2018-02-05 |
評価 | 4.56/5 合計 63 レビュー |
開発者 | greatghoul |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://gdgxian.org/crx-transit/ |
ヘルプページのURL | https://github.com/GDG-Xian/crx-transit/issues |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TransIt", "description": "\u8ba9\u5212\u8bcd\u7ffb\u8bd1\u66f4\u7b80\u5355", "version": "1.6.6", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "js\/event.js" ], "persistent": true }, "options_page": "options.html", "browser_action": { "default_icon": "img\/icon48.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |