bilibili漫画 翻訳表示ツール

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

What is bilibili漫画 翻訳表示ツール?

bilibili漫画 翻訳表示ツール is a Chrome extension developed by reimer0204, and its main feature is "bilibili漫画に翻訳テキストを表示・編集できるようになる拡張機能です".

Extension Screenshots

screenshot

Download bilibili漫画 翻訳表示ツール Extension CRX File

Download bilibili漫画 翻訳表示ツール 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

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

Extension Basic Information

Name bilibili漫画 翻訳表示ツール bilibili漫画 翻訳表示ツール
ID mcnhciedndmafhnpghgdlagfmkfecnnh
Official 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
Description bilibili漫画に翻訳テキストを表示・編集できるようになる拡張機能です
File Size 445 KB
Installation Count 119
Current Version 1.1.0
Last Updated 2021-03-08
Publish Date 2021-02-10
Developer reimer0204
Email [email protected]
Payment Type free
Extension Website https://github.com/reimer0204/bilibili-manga-translate-supporter
Supported Languages 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"
    ]
}