MF Space Bar
Generate Desired Texts Using AI
什么是MF Space Bar?
MF Space Bar是由MF Inc开发的Chrome扩展程序,该扩展的主要功能是“Generate Desired Texts Using AI”。
扩展截图
下载MF Space Bar扩展crx文件
下载MF Space Bar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
MF Space Bar is an extension that generates, rewrites, and develops written content for users. You can write essays, blogs, newsletters and more! 扩展基本信息
| 名称 | |
| ID | gmdgdinobialehckonakooijdhemfbfp |
| 官方URL | https://chromewebstore.google.com/detail/mf-space-bar/gmdgdinobialehckonakooijdhemfbfp |
| 简介 | Generate Desired Texts Using AI |
| 文件大小 | 25.8 MB |
| 安装次数 | 52 |
| 当前版本 | 1.0.4 |
| 更新时间 | 2023-05-24 |
| 上架时间 | 2023-02-09 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | MF Inc |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://mercuryfuture.com/space_bar/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "MF Space Bar",
"description": "Generate Desired Texts Using AI",
"version": "1.0.4",
"content_security_policy": {
"script-src": [
"'self'",
"https:\/\/js.stripe.com\/",
"https:\/\/code.jquery.com\/",
"https:\/\/unpkg.com\/",
"https:\/\/cdn.jsdelivr.net\/"
],
"connect-src": [
"'self'",
"https:\/\/api.stripe.com\/",
"chrome-extension:\/\/*\/*"
],
"img-src": [
"'self'",
"data:"
],
"style-src": [
"'self'",
"https:\/\/fonts.googleapis.com\/"
],
"frame-src": [
"'self'"
],
"worker-src": [
"'self'"
],
"object-src": [
"'none'"
],
"media-src": [
"'self'"
],
"font-src": [
"'self'",
"https:\/\/fonts.gstatic.com\/"
]
},
"action": {
"default_popup": "popup.html",
"persistent": true
},
"permissions": [
"clipboardWrite",
"unlimitedStorage",
"storage"
],
"host_permissions": [
" | |