bilibili漫画 翻訳表示ツール

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

bilibili漫画 翻訳表示ツールคืออะไร?

bilibili漫画 翻訳表示ツール เป็นส่วนขยายของ Chrome ที่พัฒนาโดย reimer0204 และคุณลักษณะหลักของมันคือ "bilibili漫画に翻訳テキストを表示・編集できるようになる拡張機能です"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย bilibili漫画 翻訳表示ツール

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}