bilibili漫画 翻訳表示ツール

bilibili漫画に翻訳テキストを表示・編集できるようになる拡張機能です

什么是bilibili漫画 翻訳表示ツール?

bilibili漫画 翻訳表示ツール是由reimer0204开发的Chrome扩展程序,该扩展的主要功能是“bilibili漫画に翻訳テキストを表示・編集できるようになる拡張機能です”。

扩展截图

screenshot

下载bilibili漫画 翻訳表示ツール扩展crx文件

下载bilibili漫画 翻訳表示ツール扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        bilibili漫画を読む時、機械翻訳や翻訳ファイルの用意により日本語で読むことが出来るようになる拡張機能です。                    

扩展基本信息

名称 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"
    ]
}