Translator
Translate selected text on web page in google translate
什么是Translator?
Translator是由poqdev开发的Chrome扩展程序,该扩展的主要功能是“Translate selected text on web page in google translate”。
扩展截图
下载Translator扩展crx文件
下载Translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you are want to translate some text on web page you just can right click on this text and choose "translate" and google translate site will be opened and your phrase will be translated.
扩展基本信息
名称 | Translator |
ID | igmlicaoohkobcmkccokekdfidmbhpof |
官方URL | https://chromewebstore.google.com/detail/translator/igmlicaoohkobcmkccokekdfidmbhpof |
简介 | Translate selected text on web page in google translate |
文件大小 | 108 KB |
安装次数 | 148 |
当前版本 | 0.8.1 |
更新时间 | 2020-05-02 |
上架时间 | 2020-05-01 |
开发者 | poqdev |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://poqdev.com/privacity |
支持的语言 | en,ca,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Translator", "description": "Translate selected text on web page in google translate", "version": "0.8.1", "permissions": [ "contextMenus", "storage", "notifications" ], "icons": { "16": "icons\/translate-16.png", "32": "icons\/translate-32.png", "64": "icons\/translate-64.png", "128": "icons\/translate-128.png", "256": "icons\/translate-256.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "default_locale": "en" } |