Lunabot - ChatGPT on any webpages

Chat with a powerful AI assistant and enjoy a great experience, anytime and anywhere!

Lunabot - ChatGPT on any webpagesคืออะไร?

Lunabot - ChatGPT on any webpages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lunabot.ai และคุณลักษณะหลักของมันคือ "Chat with a powerful AI assistant and enjoy a great experience, anytime and anywhere!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lunabot - ChatGPT on any webpages

ดาวน์โหลดไฟล์ส่วนขยาย Lunabot - ChatGPT on any webpages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Lunabot is a cross-platform ChatGPT assistant that supports any web page on mainstream browsers and can quickly handle various tasks to improve your work efficiency. You can easily select text and use quick commands and prompts to process tasks quickly while also saving chat history, which is never lost.

Lunabot's use cases are very wide-ranging. Whether you are studying at school, working in the office, searching for information, or learning new knowledge. It can help you quickly complete various tasks, from writing to translation. Support Engines: GPT-3, GPT-4, Claude, Claude v2

The following is a list of main functions:
⏺ Use ChatGPT on any webpage
⏺ Quick commands and prompts to handle tasks quickly
⏺ Quickly process selected text
⏺ Save chat history, which is never lost
⏺ Supports cross-system use on mainstream browsers

Common quick commands include:
⏺ Article summary: intelligently extract key information from long articles to quickly understand the main content
⏺ Email writing: write emails in chat style and send important information anytime, anywhere
⏺ Translation: translate the entire webpage or selected text for easy reading and understanding of global information
⏺ Grammar fix: real-time check your grammar and spelling errors to make your writing more accurate
⏺ Calculator: enter mathematical expressions in the chat interface to get calculation results

Our vision is to become one of the world's leading AI assistants, making people work and live more intelligently. We are committed to using the most advanced technology and methods to provide you with the best products and services to meet your needs and expectations. If you have any questions or suggestions, please feel free to contact us.

Contact us:
Email: [email protected]
Twitter: @lunabotai
Facebook: @lunabotai                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lunabot - ChatGPT on any webpages Lunabot - ChatGPT on any webpages
ID jkeolmadidncndcbnajhaojepbolajag
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lunabot-chatgpt-on-any-we/jkeolmadidncndcbnajhaojepbolajag
คำอธิบาย Chat with a powerful AI assistant and enjoy a great experience, anytime and anywhere!
ขนาดไฟล์ 3.58 MB
จำนวนการติดตั้ง 6,032
เวอร์ชันปัจจุบัน 1.6.0
อัปเดตครั้งล่าสุด 2024-02-04
วันที่เผยแพร่ 2023-03-16
คะแนน 4.36/5 รวมทั้งหมด 45 คะแนน
ผู้พัฒนา https://lunabot.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://lunabot.ai/
URL หน้าช่วยเหลือ https://lunabot.ai/privacy
URL หน้านโยบายความเป็นส่วนตัว https://clearlyreader.com/privacy
ภาษาที่รองรับ de,en,fr,es,it,ru,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.0",
    "manifest_version": 3,
    "name": "__MSG_pkgName__",
    "description": "__MSG_pkgDescription__",
    "default_locale": "en",
    "homepage_url": "https:\/\/lunabot.ai",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": [],
    "icons": {
        "128": "assets\/img\/lunabot128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "mac": "Alt+E",
                "windows": "Alt+E",
                "chromeos": "Alt+E",
                "linux": "Alt+E"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "assets\/*",
                "*.html",
                "*.css",
                "*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "scripting"
    ]
}