艾睿语言-文字转语音
文字转语音,文字转MP3,文字转音频,自动生成音频,音频生成
What is 艾睿语言-文字转语音?
艾睿语言-文字转语音 is a Chrome extension developed by https://bm-com.com, and its main feature is "文字转语音,文字转MP3,文字转音频,自动生成音频,音频生成".
Extension Screenshots
Download 艾睿语言-文字转语音 Extension CRX File
Download 艾睿语言-文字转语音 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
文字转语音,文字转MP3,文字转音频,自动生成音频,音频生成。 支持多种声线选择 可直接保存成MP3格式
Extension Basic Information
Name | 艾睿语言-文字转语音 |
ID | pklhidjcnhcpaoijpnecgcihpdppjhgo |
Official URL | https://chromewebstore.google.com/detail/%E8%89%BE%E7%9D%BF%E8%AF%AD%E8%A8%80-%E6%96%87%E5%AD%97%E8%BD%AC%E8%AF%AD%E9%9F%B3/pklhidjcnhcpaoijpnecgcihpdppjhgo |
Description | 文字转语音,文字转MP3,文字转音频,自动生成音频,音频生成 |
File Size | 199 KB |
Installation Count | 216 |
Current Version | 2.0.1 |
Last Updated | 2021-10-07 |
Publish Date | 2021-07-21 |
Developer | https://bm-com.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://106.12.127.15/privacy.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0.1", "name": "\u827e\u777f\u8bed\u8a00-\u6587\u5b57\u8f6c\u8bed\u97f3", "description": "\u6587\u5b57\u8f6c\u8bed\u97f3,\u6587\u5b57\u8f6cMP3\uff0c\u6587\u5b57\u8f6c\u97f3\u9891\uff0c\u81ea\u52a8\u751f\u6210\u97f3\u9891\uff0c\u97f3\u9891\u751f\u6210", "browser_action": { "default_icon": "image\/128.png" }, "icons": { "16": "image\/16.png", "48": "image\/48.png", "128": "image\/128.png" }, "permissions": [ "storage" ], "content_scripts": [], "background": { "scripts": [ "js\/background.js" ], "persistent": true } } |