bilibili漫画 翻訳表示ツール
bilibili漫画に翻訳テキストを表示・編集できるようになる拡張機能です
bilibili漫画 翻訳表示ツール란 무엇입니까?
bilibili漫画 翻訳表示ツール은(는) reimer0204에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "bilibili漫画に翻訳テキストを表示・編集できるようになる拡張機能です"입니다.
확장 프로그램 스크린샷
bilibili漫画 翻訳表示ツール 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
bilibili漫画を読む時、機械翻訳や翻訳ファイルの用意により日本語で読むことが出来るようになる拡張機能です。
확장 프로그램 기본 정보
이름 | bilibili漫画 翻訳表示ツール |
ID | mcnhciedndmafhnpghgdlagfmkfecnnh |
공식 URL | https://chromewebstore.google.com/detail/bilibili%E6%BC%AB%E7%94%BB-%E7%BF%BB%E8%A8%B3%E8%A1%A8%E7%A4%BA%E3%83%84%E3%83%BC%E3%83%AB/mcnhciedndmafhnpghgdlagfmkfecnnh |
설명 | bilibili漫画に翻訳テキストを表示・編集できるようになる拡張機能です |
파일 크기 | 445 KB |
설치 횟수 | 119 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2021-03-08 |
출시 날짜 | 2021-02-10 |
개발자 | reimer0204 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/reimer0204/bilibili-manga-translate-supporter |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "bilibili\u6f2b\u753b \u7ffb\u8a33\u8868\u793a\u30c4\u30fc\u30eb", "version": "1.1.0", "manifest_version": 2, "description": "bilibili\u6f2b\u753b\u306b\u7ffb\u8a33\u30c6\u30ad\u30b9\u30c8\u3092\u8868\u793a\u30fb\u7de8\u96c6\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059", "content_scripts": [ { "matches": [ "https:\/\/manga.bilibili.com\/mc*" ], "js": [ "js\/chunk-vendors.js", "js\/app.js" ] } ], "homepage_url": "https:\/\/github.com\/reimer0204\/bilibili-manga-translate-supporter", "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "permissions": [ "https:\/\/manga.bilibili.com\/mc*", "storage" ] } |