FGOMoonCell语音文本下载插件

FGOMoonCell语音文本下载插件

FGOMoonCell语音文本下载插件とは何ですか?

FGOMoonCell语音文本下载插件はlmt2818088によって開発されたChromeの拡張機能で、その主な機能は「FGOMoonCell语音文本下载插件」です。

拡張機能のスクリーンショット

screenshot

FGOMoonCell语音文本下载插件拡張機能のCRXファイルをダウンロード

FGOMoonCell语音文本下载插件拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        开启该插件后,在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
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://fgo.wiki/w/%E8%8B%B1%E7%81%B5%E5%9B%BE%E9%89%B4
ヘルプページのURL 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"
}