Comic Reader with Translator
Translate a comic into another language.
什么是Comic Reader with Translator?
Comic Reader with Translator是由livecode1986one开发的Chrome扩展程序,该扩展的主要功能是“Translate a comic into another language.”。
扩展截图
下载Comic Reader with Translator扩展crx文件
下载Comic Reader with Translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Comic Reader with Translator - allows you to translate a selected area from a comic into another language. Also allows you to take a screenshot of a selected area or a full page image. Supported formats: cbr, cbz, cbt.
扩展基本信息
名称 | |
ID | anbojhjalcfdeolaelldamlhffjhdbjb |
官方URL | https://chrome.google.com/webstore/detail/comic-reader-with-transla/anbojhjalcfdeolaelldamlhffjhdbjb |
简介 | Translate a comic into another language. |
文件大小 | 33.22 KB |
安装次数 | 688 |
当前版本 | 1.0 |
更新时间 | 2021-05-19 |
上架时间 | 2021-05-19 |
评分 | 2.33/5 共3次评分 |
开发者 | livecode1986one |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comic Reader with Translator", "description": "Translate a comic into another language.", "version": "1.0", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "homepage_url": "https:\/\/app-comic-reader.web.app\/", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Comic Reader with Translator" }, "manifest_version": 2 } |