TransIt
让划词翻译更简单
TransIt란 무엇입니까?
TransIt은(는) greatghoul에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "让划词翻译更简单"입니다.
확장 프로그램 스크린샷
TransIt 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
# 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 |
이메일 | [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": [ " |