Groove AI
Our extension allows you to access the power of AI through your browser.
什么是Groove AI?
Groove AI是由https://groove.ai开发的Chrome扩展程序,该扩展的主要功能是“Our extension allows you to access the power of AI through your browser.”。
扩展截图
下载Groove AI扩展crx文件
下载Groove AI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Elevate Your Browsing Experience with Groove.ai chrome extension.
Experience the future of browsing with Groove.AI, your all-in-one AI companion for the digital world. Our cutting-edge Chrome Extension seamlessly integrates AI capabilities into your online interactions, enhancing your productivity and enriching your browsing journey. 扩展基本信息
| 名称 | |
| ID | hneahfjmadlnodmgdogkelllbdhkdcgh |
| 官方URL | https://chromewebstore.google.com/detail/groove-ai/hneahfjmadlnodmgdogkelllbdhkdcgh |
| 简介 | Our extension allows you to access the power of AI through your browser. |
| 文件大小 | 306 KB |
| 安装次数 | 2,000 |
| 当前版本 | 0.0.10 |
| 更新时间 | 2023-08-22 |
| 上架时间 | 2023-08-22 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | https://groove.ai |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://groove.ai/extension |
| 帮助页面URL | https://groove.ai/extension |
| 隐私政策页面URL | https://groove.ai/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Groove AI",
"description": "Our extension allows you to access the power of AI through your browser.",
"version": "0.0.10",
"icons": {
"128": "icon.png"
},
"action": {
"default_popup": "index.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
]
} | |