Fat Cat Translate
Fat Cat translation, one-stop word translation extension, support Baidu Tencent translation services
什么是Fat Cat Translate?
Fat Cat Translate是由tomxuxu开发的Chrome扩展程序,该扩展的主要功能是“Fat Cat translation, one-stop word translation extension, support Baidu Tencent translation services”。
扩展截图
下载Fat Cat Translate扩展crx文件
下载Fat Cat Translate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
one-stop word translation extension, support Baidu Tencent translation services
扩展基本信息
名称 | Fat Cat Translate |
ID | nihednpmnhkdenfddcaajcakhngchanp |
官方URL | https://chromewebstore.google.com/detail/fat-cat-translate/nihednpmnhkdenfddcaajcakhngchanp |
简介 | Fat Cat translation, one-stop word translation extension, support Baidu Tencent translation services |
文件大小 | 330 KB |
安装次数 | 221 |
当前版本 | 2.1.0 |
更新时间 | 2023-04-15 |
上架时间 | 2023-04-15 |
评分 | 5.00/5 共1次评分 |
开发者 | tomxuxu |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://pictureknow.com/protocol |
支持的语言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "2.1.0", "description": "__MSG_desc__", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/translate_content.js" ], "css": [ "css\/translate_content.css" ] } ], "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "icons\/icon128.png", "default_title": "__MSG_name__", "default_popup": "popup.html" }, "permissions": [ "alarms", "proxy", "tabs", "storage" ], "host_permissions": [ " |