Luna - ChatGPT for Chrome
ChatGPT for Chrome
Luna - ChatGPT for Chrome क्या है?
Luna - ChatGPT for Chrome https://justgetluna.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ChatGPT for Chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Luna - ChatGPT for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } } |