FGOMoonCell语音文本下载插件

FGOMoonCell语音文本下载插件

ما هو FGOMoonCell语音文本下载插件؟

FGOMoonCell语音文本下载插件 هو إضافة Chrome تم تطويرها بواسطة lmt2818088، والميزة الرئيسية لها هي "FGOMoonCell语音文本下载插件".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FGOMoonCell语音文本下载插件

قم بتنزيل ملفات الامتداد FGOMoonCell语音文本下载插件 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        开启该插件后,在MoonCell网站的英灵图鉴界面(https://fgo.wiki/w/%E8%8B%B1%E7%81%B5%E5%9B%BE%E9%89%B4)点击下载按钮,可以下载一个包含从者语音(一般语音和情人节语音)文本以及语音地址的一个.xlsx文件。                    

معلومات أساسية عن التمديد

الاسم FGOMoonCell语音文本下载插件 FGOMoonCell语音文本下载插件
ID opegepikjmeipfcllhdfjaldlnfcdece
عنوان URL الرسمي https://chromewebstore.google.com/detail/fgomooncell%E8%AF%AD%E9%9F%B3%E6%96%87%E6%9C%AC%E4%B8%8B%E8%BD%BD%E6%8F%92%E4%BB%B6/opegepikjmeipfcllhdfjaldlnfcdece
الوصف FGOMoonCell语音文本下载插件
حجم الملف 381 KB
عدد التثبيتات 59
النسخة الحالية 1.0.1
آخر تحديث 2021-05-01
تاريخ النشر 2021-05-01
المطور lmt2818088
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://fgo.wiki/w/%E8%8B%B1%E7%81%B5%E5%9B%BE%E9%89%B4
عنوان صفحة المساعدة https://github.com/981377660LMT/FGO_MoonCell_Chrome_Extension/releases
اللغات المدعومة zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FGOMoonCell\u8bed\u97f3\u6587\u672c\u4e0b\u8f7d\u63d2\u4ef6",
    "version": "1.0.1",
    "description": "FGOMoonCell\u8bed\u97f3\u6587\u672c\u4e0b\u8f7d\u63d2\u4ef6",
    "author": "\u8349\u82fa\u5976\u6614",
    "icons": {
        "16": ".\/img\/astolfu.png",
        "48": ".\/img\/astolfu.png",
        "128": ".\/img\/astolfu.png"
    },
    "browser_action": {
        "default_icon": ".\/img\/astolfu.png",
        "default_title": "FGOMoonCell\u8bed\u97f3\u6587\u672c\u4e0b\u8f7d\u63d2\u4ef6"
    },
    "background": {
        "page": ".\/html\/background.html"
    },
    "permissions": [
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fgo.wiki\/w\/%E8%8B%B1%E7%81%B5%E5%9B%BE%E9%89%B4"
            ],
            "js": [
                ".\/js\/content_ele.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "homepage_url": "https:\/\/fgo.wiki\/w\/%E8%8B%B1%E7%81%B5%E5%9B%BE%E9%89%B4"
}