Luna - ChatGPT for Chrome
ChatGPT for Chrome
Τι είναι το Luna - ChatGPT for Chrome;
Το Luna - ChatGPT for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://justgetluna.com, και η κύρια λειτουργία του είναι "ChatGPT for Chrome".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Luna - ChatGPT for Chrome
Λήψη αρχείων επέκτασης 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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Luna - ChatGPT for Chrome |
ID | bignkmclhhmhagjojehblmmaifljphfe |
Επίσημο URL | 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" } } } |