Help me with - Search Gemini Anywhere

Search Gemini AI from Anywhere with Help me with

Help me with - Search Gemini Anywhereคืออะไร?

Help me with - Search Gemini Anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://champagne.dev และคุณลักษณะหลักของมันคือ "Search Gemini AI from Anywhere with Help me with"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Help me with - Search Gemini Anywhere

ดาวน์โหลดไฟล์ส่วนขยาย Help me with - Search Gemini Anywhere ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Introducing Help me with, the chrome extension that brings the power of Google's new ChatBot LLM to your fingertips. With just one click, you can access the most advanced AI-powered search language models available today, without leaving the page you're on.

Help me with is designed to be simple and straightforward. The extension opens up a search box on any page, allowing you to submit your queries to Bard and get the most accurate and relevant results for your search. With zero complicated settings configure, Help me with is easy to use and incredibly intuitive.

Thanks to its seamless integration with the Google's Bard, Help me with delivers the most accurate and relevant results for your search queries. Whether you're looking for news, articles, products, or services, Help me with makes it easy to find what you need, fast.

In summary, Help me with is the ultimate productivity tool for anyone who wants to search smarter, not harder. Install Help me with today and experience the power of AI and Language models at your fingertips.

Features: 
- Search Bard Anywhere with Alt+H
- Customize the Keyboard Shortcut
- Display Results from inside the UI
- Click on the Browser Icon to Search
- Right Click to Search
- Type 'Help' in your URL bar and hit tab to Search!

Disclaimer: Bard is trademark of Google, LLC. The browser extension Help me with, is in no way shape or form related to Bard or Google, LLC. It is an unofficial Extension which is developed and maintained independently by its author.                    

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

ชื่อ Help me with - Search Gemini Anywhere Help me with - Search Gemini Anywhere
ID lagefbgpdmiidmipmdacofceikkahdhf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/help-me-with-search-gemin/lagefbgpdmiidmipmdacofceikkahdhf
คำอธิบาย Search Gemini AI from Anywhere with Help me with
ขนาดไฟล์ 912 KB
จำนวนการติดตั้ง 3,536
เวอร์ชันปัจจุบัน 1.3.8
อัปเดตครั้งล่าสุด 2024-02-10
วันที่เผยแพร่ 2023-05-10
คะแนน 4.36/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา https://champagne.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,es,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_shortname__",
    "version": "1.3.8",
    "options_page": "src\/options\/options.html",
    "action": {
        "default_icon": "icons\/128.png"
    },
    "description": "__MSG_extension_description__",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*.google.com\/*"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+H",
                "windows": "Alt+H",
                "chromeos": "Alt+H",
                "linux": "Alt+H",
                "mac": "Alt+H"
            }
        }
    },
    "omnibox": {
        "keyword": "help"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gemini.google.com\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/search_popup\/popup.html",
                "src\/search_popup\/css\/popup.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}