FGOMoonCell语音文本下载插件

FGOMoonCell语音文本下载插件

FGOMoonCell语音文本下载插件 là gì?

FGOMoonCell语音文本下载插件 là một tiện ích mở rộng Chrome được phát triển bởi lmt2818088, và tính năng chính của nó là "FGOMoonCell语音文本下载插件".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FGOMoonCell语音文本下载插件

Tải xuống các tệp mở rộng FGOMoonCell语音文本下载插件 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FGOMoonCell语音文本下载插件 FGOMoonCell语音文本下载插件
ID opegepikjmeipfcllhdfjaldlnfcdece
URL Chính Thức 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
Mô tả FGOMoonCell语音文本下载插件
Kích Thước Tệp 381 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-05-01
Ngày Phát Hành 2021-05-01
Nhà Phát Triển lmt2818088
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fgo.wiki/w/%E8%8B%B1%E7%81%B5%E5%9B%BE%E9%89%B4
URL Trang Trợ Giúp https://github.com/981377660LMT/FGO_MoonCell_Chrome_Extension/releases
Ngôn Ngữ Được Hỗ Trợ 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"
}