FGOMoonCell语音文本下载插件
FGOMoonCell语音文本下载插件
What is FGOMoonCell语音文本下载插件?
FGOMoonCell语音文本下载插件 is a Chrome extension developed by lmt2818088, and its main feature is "FGOMoonCell语音文本下载插件".
Extension Screenshots
Download FGOMoonCell语音文本下载插件 Extension CRX File
Download FGOMoonCell语音文本下载插件 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
开启该插件后,在MoonCell网站的英灵图鉴界面(https://fgo.wiki/w/%E8%8B%B1%E7%81%B5%E5%9B%BE%E9%89%B4)点击下载按钮,可以下载一个包含从者语音(一般语音和情人节语音)文本以及语音地址的一个.xlsx文件。
Extension Basic Information
Name | FGOMoonCell语音文本下载插件 |
ID | opegepikjmeipfcllhdfjaldlnfcdece |
Official 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 |
Description | FGOMoonCell语音文本下载插件 |
File Size | 381 KB |
Installation Count | 59 |
Current Version | 1.0.1 |
Last Updated | 2021-05-01 |
Publish Date | 2021-05-01 |
Developer | lmt2818088 |
[email protected] | |
Payment Type | free |
Extension Website | https://fgo.wiki/w/%E8%8B%B1%E7%81%B5%E5%9B%BE%E9%89%B4 |
Help Page URL | https://github.com/981377660LMT/FGO_MoonCell_Chrome_Extension/releases |
Supported Languages | 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" } |