Eva-AI Hub:Summarize,Translate,Search,Answer

AI Summarizer: text summarizer, ariticle summarizer, just like resoomer but free | AI Translator: Native American Word Translation

Co je Eva-AI Hub:Summarize,Translate,Search,Answer?

Eva-AI Hub:Summarize,Translate,Search,Answer je rozšíření Chrome vyvinuté https://evaai.me, a jeho hlavní funkcí je „AI Summarizer: text summarizer, ariticle summarizer, just like resoomer but free | AI Translator: Native American Word Translation“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Eva-AI Hub:Summarize,Translate,Search,Answer

Stáhněte si soubory rozšíření Eva-AI Hub:Summarize,Translate,Search,Answer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Feature Summary:
✅ AI Summarizer: text summarizer, ariticle summarizer, just like resoomer but free
✅ AI Translator: Native American Word Translation
✅ AI Search Engine For Developers (explain code, summary complex ariticle)
✅ AI Question Answerer: Empower ChatGPT to Answer Your Queries Using Web Content
✅ Chatgpt Online Version

Eva is a web-based copilot recommendation / search engine with the following features:

1. 🥳Understand Your Needs and Offering Solutions🥳: 
Eva smartly anticipates questions you may have based on the webpage content and provides answers in various formats, including:
- video responses
- GPT-generated answers
- web search results

2. 🙋‍♀️Ask Anything Based on Web Page(or Freely Search Anything)🙋‍♀️: 
You can ask Eva questions based on the content of the webpage you're viewing. Eva can answer either by referencing the webpage content or by drawing upon its own knowledge base.

3.  🎯Summarize Web Text 🎯: 
Powerful summarization capabilities allow you to quickly skim through the content of the current webpage.

4. 🙌Text Highlighting for Translation and Explanation🙌: 
Simply highlight text on a webpage to conveniently receive translations and explanations for the selected words.

🔥Give Eva a try and experience a new level of web browsing efficiency!                    

Základní Informace o Rozšíření

Název Eva-AI Hub:Summarize,Translate,Search,Answer Eva-AI Hub:Summarize,Translate,Search,Answer
ID mjmncbejfhhccaealcggpeojcdbjmngo
Oficiální URL https://chromewebstore.google.com/detail/eva-ai-hubsummarizetransl/mjmncbejfhhccaealcggpeojcdbjmngo
Popis AI Summarizer: text summarizer, ariticle summarizer, just like resoomer but free | AI Translator: Native American Word Translation
Velikost souboru 3.11 MB
Počet instalací 482
Aktuální Verze 0.9.31
Poslední Aktualizace 2023-12-08
Datum Vydání 2023-06-24
Hodnocení 4.57/5 Celkem 21 Hodnocení
Vývojář https://evaai.me
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://evaai.me/
URL Stránky Zásad Ochrany Soukromí https://evaai.me/privacy.html
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "AI Summarizer: text summarizer, ariticle summarizer, just like resoomer but free | AI Translator: Native American Word Translation",
    "version": "0.9.31",
    "manifest_version": 3,
    "name": "Eva-AI Hub:Summarize,Translate,Search,Answer",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "declarativeNetRequest"
    ],
    "devtools_page": "chat.html",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "login.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "exclude_matches": [
                "*:\/\/*\/*?isEvaSearch=1*",
                "*:\/\/*\/*?isEvaSearch=2*",
                "*:\/\/*\/*?isEvaSearch=3*",
                "*:\/\/*\/*?isEvaSearch=4*",
                "*:\/\/*\/*?isDefaultSearchOpen=1*",
                "*:\/\/*\/*?isDefaultVideoSearchOpen=1*",
                "https:\/\/www.youtube.com\/results?search_query=*",
                "*:\/\/player.bilibili.com\/player.html*",
                "*:\/\/*\/*?isGoogle=1&isEvaSearch=1*",
                "*:\/\/evaai.me\/bind.html*",
                "*:\/\/test.evaai.me\/bind.html*",
                "*:\/\/pre.evaai.me\/bind.html*",
                "https:\/\/www.google.com\/sorry*",
                "https:\/\/www.bing.com\/search?isEvaSearch*",
                "https:\/\/accounts.google.com\/o\/oauth2\/auth*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "runAt": "document_idle",
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*\/*?isEvaSearch=3*"
            ],
            "js": [
                "entryWebsiteSearchInIframe.bundle.js"
            ],
            "all_frames": true,
            "runAt": "document_start",
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*?isDefaultSearchOpen=1*"
            ],
            "js": [
                "defaultSearch.bundle.js"
            ],
            "all_frames": true,
            "runAt": "document_start",
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*?isDefaultVideoSearchOpen=1*"
            ],
            "js": [
                "defaultVideoSearch.bundle.js"
            ],
            "all_frames": true,
            "runAt": "document_start",
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/results?search_query=*"
            ],
            "js": [
                "defaultYoutubeVideoSearch.bundle.js"
            ],
            "all_frames": true,
            "runAt": "document_start",
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.bilibili.com\/protocal\/licence.html?videoUrl*"
            ],
            "js": [
                "inBilibiliIframePlayer.bundle.js"
            ],
            "all_frames": true,
            "runAt": "document_start",
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.douyin.com\/draft\/douyin_agreement\/douyin_agreement_privacy.html?id=6773901168964798477&videoUrl*"
            ],
            "js": [
                "inDouyinIframePlayer.bundle.js"
            ],
            "all_frames": true,
            "runAt": "document_start",
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.tiktok.com\/legal\/page\/us\/privacy-policy\/en?getVideoDetail=1"
            ],
            "js": [
                "inTiktokVideoDetailSearch.bundle.js"
            ],
            "all_frames": true,
            "runAt": "document_start",
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.tiktok.com\/legal\/page\/us\/privacy-policy\/en?videoUrl*"
            ],
            "js": [
                "inTiktokIframePlayer.bundle.js"
            ],
            "all_frames": true,
            "runAt": "document_start",
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/test.evaai.me\/bind.html?code=*",
                "https:\/\/pre.evaai.me\/bind.html?code=*",
                "https:\/\/evaai.me\/bind.html?code=*"
            ],
            "js": [
                "entryBindPage.bundle.js"
            ],
            "all_frames": true,
            "runAt": "document_start",
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/evaai.me\/welcome.html*"
            ],
            "js": [
                "entryLoginSuccessPage.bundle.js"
            ],
            "all_frames": true,
            "runAt": "document_start",
            "run_at": "document_start"
        }
    ],
    "commands": {
        "open_main_pop": {
            "description": "open main pop",
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            }
        },
        "open_main_pop2": {
            "description": "open main pop",
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            }
        }
    }
}