WebComicTranslator
一部のWebコミックに日本語訳を人力で追加
What is WebComicTranslator?
WebComicTranslator is a Chrome extension developed by 1秒4文字お化け, and its main feature is "一部のWebコミックに日本語訳を人力で追加".
Extension Screenshots
Download WebComicTranslator Extension CRX File
Download WebComicTranslator 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
Webコミックに人力日本語訳を表示、日本語での読解を助けます。 更新停止。(Devil's Candyの公式日本語化連載が発表されたため。) 動作方法は、対象サイト上で、ブラウザ右上の拡張機能アイコンから「再読み込み」。(注:自動起動は、右クリック→サイトデータの読み取りと変更→サイトのURLを選択) 対応作品はリンク先参照。 https://sites.google.com/view/honyakuteikoku/extension/titles
Extension Basic Information
Name | WebComicTranslator |
ID | jdicoamhgagboinalcijpjaiamgonegj |
Official URL | https://chromewebstore.google.com/detail/webcomictranslator/jdicoamhgagboinalcijpjaiamgonegj |
Description | 一部のWebコミックに日本語訳を人力で追加 |
File Size | 963 KB |
Installation Count | 520 |
Current Version | 12.8.0 |
Last Updated | 2022-09-03 |
Publish Date | 2020-07-03 |
Rating | 3.00/5 Total 2 Ratings |
Developer | 1秒4文字お化け |
[email protected] | |
Payment Type | free |
Extension Website | https://sites.google.com/view/honyakuteikoku/extension |
Help Page URL | https://wiki3.jp/devilscandy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebComicTranslator", "version": "12.8.0", "short_name": "\u30b3\u30df\u30c8\u30e9", "manifest_version": 3, "description": "\u4e00\u90e8\u306eWeb\u30b3\u30df\u30c3\u30af\u306b\u65e5\u672c\u8a9e\u8a33\u3092\u4eba\u529b\u3067\u8ffd\u52a0", "content_scripts": [ { "matches": [ "*:\/\/*.devilscandycomic.com\/comic\/*" ], "js": [ "WebComicTranslator.js" ], "css": [ "css\/common.css", "css\/devilscandy.css" ] }, { "matches": [ "*:\/\/*.monsterpop.mayakern.com\/*", "*:\/\/*.avasdemon.com\/*", "*:\/\/*.hoppinggills.com\/*", "*:\/\/*.manga.bilibili.com\/*" ], "js": [ "WebComicTranslator.js" ], "css": [ "css\/common.css" ] }, { "matches": [ "*:\/\/*.mayakern.com\/cshort.html*" ], "js": [ "WebComicTranslator.js" ], "css": [ "css\/common.css", "css\/cshort.css" ] }, { "matches": [ "*:\/\/*.tapas.io\/episode\/*" ], "js": [ "WebComicTranslator.js" ], "css": [ "css\/common.css", "css\/tapas.io.css" ] }, { "matches": [ "*:\/\/*.hazbinhotel.com\/comic\/*" ], "js": [ "WebComicTranslator.js" ], "css": [ "css\/common.css", "css\/hazbinhotel.css" ] }, { "matches": [ "*:\/\/*.webtoons.com\/*" ], "js": [ "WebComicTranslator.js" ], "css": [ "css\/common.css", "css\/hazbinhotel.css" ] }, { "matches": [ "*:\/\/*.zoophobiacomic.com\/*" ], "js": [ "WebComicTranslator.js" ], "css": [ "css\/common.css" ] }, { "matches": [ "*:\/\/*.maliki.com\/en\/strips\/*" ], "js": [ "WebComicTranslator.js" ], "css": [ "css\/common.css", "css\/maliki.css" ] }, { "matches": [ "*:\/\/*.manga.bilibili.com\/*" ], "js": [ "WebComicTranslator.js" ], "css": [ "css\/common.css", "css\/manga.bilibili.com.css" ] } ], "icons": { "128": "icon128.png" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*.devilscandycomic.com\/*" ], "resources": [ "page_text\/devilscandycomic.com\/*.json" ] }, { "matches": [ "*:\/\/*.avasdemon.com\/*" ], "resources": [ "page_text\/avasdemon.com\/*.json" ] }, { "matches": [ "*:\/\/*.hazbinhotel.com\/*" ], "resources": [ "page_text\/hazbinhotel.com\/*.json" ] }, { "matches": [ "*:\/\/*.hoppinggills.com\/*" ], "resources": [ "page_text\/hoppinggills.com\/*.json" ] }, { "matches": [ "*:\/\/*.maliki.com\/*" ], "resources": [ "page_text\/maliki.com\/*.json" ] }, { "matches": [ "*:\/\/*.mayakern.com\/*" ], "resources": [ "page_text\/mayakern.com\/*.json" ] }, { "matches": [ "*:\/\/*.monsterpop.mayakern.com\/*" ], "resources": [ "page_text\/monsterpop.mayakern.com\/*.json" ] }, { "matches": [ "*:\/\/*.tapas.io\/*" ], "resources": [ "page_text\/tapas.io\/*.json" ] }, { "matches": [ "*:\/\/*.webtoons.com\/*" ], "resources": [ "page_text\/webtoons.com\/*.json" ] }, { "matches": [ "*:\/\/*.zoophobiacomic.com\/*" ], "resources": [ "page_text\/zoophobiacomic.com\/*.json" ] }, { "matches": [ "*:\/\/*.manga.bilibili.com\/*" ], "resources": [ "page_text\/manga.bilibili.com\/*\/*.json" ] } ] } |