Luna - ChatGPT for Chrome
ChatGPT for Chrome
什麼是Luna - ChatGPT for Chrome?
Luna - ChatGPT for Chrome是由https://justgetluna.com開發的Chrome擴展程式,該擴展的主要功能是“ChatGPT for Chrome”。
擴展截圖
下載Luna - ChatGPT for Chrome擴展crx文件
下載Luna - ChatGPT for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Unlock a seamless ChatGPT experience —right from your browser.
Just use Luna and join 30k+ users worldwide saving hours of their time.
It's free. No account required.
🔍 Instant ChatGPT from Search Bar
Type “l” followed by your query in the search bar and jump straight into a ChatGPT convo. Say goodbye to Google and hello to instantaneous chat!
⌨️ ChatGPT from anywhere Shortcut
Press CTRL+SHIFT+K on Windows and CMD+SHIFT+K on Mac to instantly open a new ChatGPT tab from anywhere.
🖱 Context-Menu Magic
Highlight text on any webpage, right-click, and shoot it over to ChatGPT. Contextual insights are just a click away.
Want to support me? Follow me on Twitter: twitter.com/alexburlis 擴展基本資訊
| 名稱 | |
| ID | bignkmclhhmhagjojehblmmaifljphfe |
| 官方網址 | https://chromewebstore.google.com/detail/luna-chatgpt-for-chrome/bignkmclhhmhagjojehblmmaifljphfe |
| 簡介 | ChatGPT for Chrome |
| 檔案大小 | 59.28 KB |
| 安裝次數 | 35,975 |
| 目前版本 | 1.0.2 |
| 更新時間 | 2023-11-18 |
| 上架時間 | 2022-12-08 |
| 評分 | 4.77/5 共 13 次評分 |
| 開發者 | https://justgetluna.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://go.justgetluna.com/support |
| 說明頁面URL | https://go.justgetluna.com |
| 隱私政策頁面URL | https://go.alexburlis.com/luna-privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Luna - ChatGPT for Chrome",
"description": "ChatGPT for Chrome",
"version": "1.0.2",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-34.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/queryHandler.js-loader-6a2dff48.js",
"assets\/utils.js-loader-0fc27ede.js",
"assets\/main.js-loader-1e0d200e.js"
],
"matches": [
"https:\/\/chat.openai.com\/*"
],
"run_at": "document_idle"
}
],
"omnibox": {
"keyword": "l"
},
"web_accessible_resources": [
{
"matches": [],
"resources": [
"img\/logo-16.png",
"img\/logo-34.png",
"img\/logo-48.png",
"img\/logo-128.png"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"resources": [
"assets\/utils.js",
"assets\/queryHandler.js",
"assets\/main.js"
],
"use_dynamic_url": true
}
],
"permissions": [
"contextMenus",
"storage"
],
"host_permissions": [
"https:\/\/chat.openai.com\/*"
],
"commands": {
"openChatgptHotkey": {
"suggested_key": {
"default": "Ctrl+Shift+K",
"mac": "Command+Shift+K",
"windows": "Ctrl+Shift+K",
"linux": "Ctrl+Shift+K",
"chromeos": "Ctrl+Shift+K"
},
"description": "Luna - Open ChatGPT"
}
}
} | |