bilibili漫画 翻訳表示ツール
bilibili漫画に翻訳テキストを表示・編集できるようになる拡張機能です
Wat is bilibili漫画 翻訳表示ツール?
bilibili漫画 翻訳表示ツール is een Chrome-extensie ontwikkeld door reimer0204, en de belangrijkste functie is "bilibili漫画に翻訳テキストを表示・編集できるようになる拡張機能です".
Extensie Screenshots
Download het CRX-bestand van de extensie bilibili漫画 翻訳表示ツール
Download bilibili漫画 翻訳表示ツール-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
bilibili漫画を読む時、機械翻訳や翻訳ファイルの用意により日本語で読むことが出来るようになる拡張機能です。
Basisinformatie over de Extensie
Naam | bilibili漫画 翻訳表示ツール |
ID | mcnhciedndmafhnpghgdlagfmkfecnnh |
Officiële 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 |
Beschrijving | bilibili漫画に翻訳テキストを表示・編集できるようになる拡張機能です |
Bestandsgrootte | 445 KB |
Aantal Installaties | 119 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2021-03-08 |
Publicatiedatum | 2021-02-10 |
Ontwikkelaar | reimer0204 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/reimer0204/bilibili-manga-translate-supporter |
Ondersteunde Talen | 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" ] } |