Lingocloud - Web Translation Extension
A bilingual translation extension that delivers a native reading experience at the Click of a button.
¿Qué es Lingocloud - Web Translation Extension?
Lingocloud - Web Translation Extension es una extensión de Chrome desarrollada por ColorfulClouds Technology (HK) Co., Limited, y su función principal es "A bilingual translation extension that delivers a native reading experience at the Click of a button.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Lingocloud - Web Translation Extension
Descarga archivos de extensión Lingocloud - Web Translation Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Lingocloud - Web Translation Extension |
ID | jmpepeebcbihafjjadogphmbgiffiajh |
URL Oficial | https://chromewebstore.google.com/detail/lingocloud-web-translatio/jmpepeebcbihafjjadogphmbgiffiajh |
Descripción | A bilingual translation extension that delivers a native reading experience at the Click of a button. |
Tamaño del Archivo | 16.98 MB |
Cantidad de Instalaciones | 180,327 |
Versión Actual | 1.14.1 |
Última Actualización | 2023-09-19 |
Fecha de Publicación | 2020-01-14 |
Calificación | 3.97/5 Total de 439 Calificaciones |
Desarrollador | ColorfulClouds Technology (HK) Co., Limited |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | http://fanyi.caiyunapp.com |
URL de la Página de Ayuda | http://caiyunapp.com/xiaoyi/help.html |
URL de la Página de Política de Privacidad | http://caiyunapp.com/xiaoyi/privacy.html |
Idiomas Soportados | 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", " |