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 |
| 官方網址 | 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"
]
} | |