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
Eメール [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"
    ]
}