Lingocloud - Web Translation Extension
A bilingual translation extension that delivers a native reading experience at the Click of a button.
Lingocloud - Web Translation Extension란 무엇입니까?
Lingocloud - Web Translation Extension은(는) ColorfulClouds Technology (HK) Co., Limited에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A bilingual translation extension that delivers a native reading experience at the Click of a button."입니다.
확장 프로그램 스크린샷
Lingocloud - Web Translation Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use your native language to surf the web! If your foreign language level isn't good enough, we enable you to effortlessly view any website in your native language, overcome language barriers and expand your world. If you are already proficient in foreign languages, LingoCloud can enhance your learning experience by providing you with plenty of interesting online reading resources. How to use it: 1. While skimming through an English webpage you just need to click on the LingoCloud Extension Icon to enter the Chinese-English parallel text mode. Expand your world from your couch! 2. Click on the translated text to enter the Edit mode and review/edit the provided translation. Your reviewed translation can not only earn you Cloud Points to view more translated websites, but will also be seen by millions of internet users! Artificial Intelligence and mankind can get better together! 3. Word translation, when browsing English / Japanese web pages, use the mouse to select the text content, bring you the reading experience of immediate translation. 4. When watching English video, enable video translation, will be real-time subtitle translation of the voice. 5. In the options page there are text translation, automatic page translation, video subtitle translation related settings. Expand your world with LingoCloud!
확장 프로그램 기본 정보
이름 | Lingocloud - Web Translation Extension |
ID | jmpepeebcbihafjjadogphmbgiffiajh |
공식 URL | https://chromewebstore.google.com/detail/lingocloud-web-translatio/jmpepeebcbihafjjadogphmbgiffiajh |
설명 | A bilingual translation extension that delivers a native reading experience at the Click of a button. |
파일 크기 | 16.98 MB |
설치 횟수 | 180,327 |
현재 버전 | 1.14.1 |
최근 업데이트 | 2023-09-19 |
출시 날짜 | 2020-01-14 |
평점 | 3.97/5 총 439 개의 평점 |
개발자 | ColorfulClouds Technology (HK) Co., Limited |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | http://fanyi.caiyunapp.com |
도움말 페이지 URL | http://caiyunapp.com/xiaoyi/help.html |
개인정보 보호 정책 페이지 URL | http://caiyunapp.com/xiaoyi/privacy.html |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.14.1", "default_locale": "en", "name": "__MSG_appName__", "short_name": "__MSG_appNameAbbr__", "manifest_version": 2, "description": "__MSG_appDesc__", "homepage_url": "https:\/\/fanyi.caiyunapp.com", "icons": { "16": "images\/logo.png", "128": "images\/logo.png" }, "options_ui": { "page": "options.html", "open_in_tab": true, "chrome_style": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.jsceet.cn\/*" ], "css": [ "\/css\/sites\/jsceet.cn.css" ] } ], "browser_action": { "default_title": "LingoCloud", "default_popup": "popup.html", "default_icon": "images\/logo.png" }, "permissions": [ "activeTab", "cookies", "storage", "tabs", "webNavigation", " |