Explain AI - Explain anything in its context

Explains the selected text based on the context it's mentioned in.

Explain AI - Explain anything in its context là gì?

Explain AI - Explain anything in its context là một tiện ích mở rộng Chrome được phát triển bởi https://xplnai.com, và tính năng chính của nó là "Explains the selected text based on the context it's mentioned in.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Explain AI - Explain anything in its context

Tải xuống các tệp mở rộng Explain AI - Explain anything in its context dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Explain AI is your learning companion. When you find a word or phrase you don’t fully understand, highlight it and Explain AI will give you the full explanation within the context. You can also ask clarifying questions.

Explain AI works with single words, phrases, abbreviations, technical terms and even foreign languages. 

Benefits: 
    🎯 Accurate: Uses the context to give explanations that are precise. 
    ⏳ Saves time: No need to sift through links in a Google search. You will save at least 5 minutes per lookup, adding up to one hour per day.
    💡 Enhances understanding: Don’t skip unfamiliar terms. One click with Explain AI adds clarity to readings and enhances understanding. 
    🧘 Stay focused: Minimize distractions and stay focused on your page. No need to open new tabs to search.

Explain AI is perfect for learners (students, researchers, journalists, programmers .. etc). 

How to use it? 
  1. Highlight the text you would like to understand.
  2. Do one of the following actions: 
     - Click on the small icon that pops up next to the highlighted text 
     - Use the key stroke (⌘ + ⇧ + E on Mac, Ctrl + Shift + E on Windows by default). 
     - Right click and select Explain AI.

Important Notes: 
Explain AI has some limitation, namely: - Explain AI might lack context in some PDF’s - It does not support Google Docs. - It might not work on some websites (e.g. Chrome Web Store) 

Happy browsing!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Explain AI - Explain anything in its context Explain AI - Explain anything in its context
ID hgdhahipoomjkhbadikhoopfdkllpbgf
URL Chính Thức https://chromewebstore.google.com/detail/explain-ai-explain-anythi/hgdhahipoomjkhbadikhoopfdkllpbgf
Mô tả Explains the selected text based on the context it's mentioned in.
Kích Thước Tệp 574 KB
Số Lần Cài Đặt 479
Phiên Bản Hiện Tại 1.4.4
Cập Nhật Lần Cuối 2024-01-06
Ngày Phát Hành 2023-06-21
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://xplnai.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://xplnai.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Explain AI - Explain anything in its context",
    "description": "Explains the selected text based on the context it's mentioned in.",
    "version": "1.4.4",
    "action": {
        "default_title": "Explain selected text",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "contextMenus",
        "sidePanel",
        "identity"
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/styles-popup.css",
                "styles\/styles-components.css"
            ]
        }
    ],
    "options_page": "options\/options.html",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Explains the selected text based on the context it's mentioned in."
        }
    },
    "icons": {
        "128": "icon.png"
    },
    "content_security_policy": [],
    "host_permissions": [
        "https:\/\/cbd-backend-iawspfb2ha-uw.a.run.ap\/"
    ],
    "oauth2": {
        "client_id": "188289213722-9aaupqaaa0v7i8uaa54h6dhgrl6qeek0.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popupInDOM.html",
                "tooltip.html",
                "icon.png",
                "sidepanel.html",
                "static\/*",
                "styles\/*",
                "scripts\/query-pdf.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}