FGOMoonCell语音文本下载插件
FGOMoonCell语音文本下载插件
Wat is FGOMoonCell语音文本下载插件?
FGOMoonCell语音文本下载插件 is een Chrome-extensie ontwikkeld door lmt2818088, en de belangrijkste functie is "FGOMoonCell语音文本下载插件".
Extensie Screenshots
Download het CRX-bestand van de extensie FGOMoonCell语音文本下载插件
Download FGOMoonCell语音文本下载插件-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
开启该插件后,在MoonCell网站的英灵图鉴界面(https://fgo.wiki/w/%E8%8B%B1%E7%81%B5%E5%9B%BE%E9%89%B4)点击下载按钮,可以下载一个包含从者语音(一般语音和情人节语音)文本以及语音地址的一个.xlsx文件。
Basisinformatie over de Extensie
Naam | FGOMoonCell语音文本下载插件 |
ID | opegepikjmeipfcllhdfjaldlnfcdece |
Officiële 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 |
Beschrijving | FGOMoonCell语音文本下载插件 |
Bestandsgrootte | 381 KB |
Aantal Installaties | 59 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2021-05-01 |
Publicatiedatum | 2021-05-01 |
Ontwikkelaar | lmt2818088 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://fgo.wiki/w/%E8%8B%B1%E7%81%B5%E5%9B%BE%E9%89%B4 |
Help Pagina-URL | https://github.com/981377660LMT/FGO_MoonCell_Chrome_Extension/releases |
Ondersteunde Talen | 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" } |