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 |
| Eメール | [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": [
" | |