Comic Reader with Translator
Translate a comic into another language.
What is Comic Reader with Translator?
Comic Reader with Translator is a Chrome extension developed by livecode1986one, and its main feature is "Translate a comic into another language.".
Extension Screenshots
Download Comic Reader with Translator Extension CRX File
Download Comic Reader with Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | anbojhjalcfdeolaelldamlhffjhdbjb |
Official URL | https://chrome.google.com/webstore/detail/comic-reader-with-transla/anbojhjalcfdeolaelldamlhffjhdbjb |
Description | Translate a comic into another language. |
File Size | 33.22 KB |
Installation Count | 688 |
Current Version | 1.0 |
Last Updated | 2021-05-19 |
Publish Date | 2021-05-19 |
Rating | 2.33/5 Total 3 Ratings |
Developer | livecode1986one |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |