Bard Sidebar - Google Bard at Your Fingertips

Access Google Bard with a single click or Ctrl+B with the Bard Sidebar Chrome extension

Bard Sidebar - Google Bard at Your Fingertipsคืออะไร?

Bard Sidebar - Google Bard at Your Fingertips เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chrome Tools และคุณลักษณะหลักของมันคือ "Access Google Bard with a single click or Ctrl+B with the Bard Sidebar Chrome extension"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bard Sidebar - Google Bard at Your Fingertips

ดาวน์โหลดไฟล์ส่วนขยาย Bard Sidebar - Google Bard at Your Fingertips ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Google Bard Sidebar: Your Instant AI Assistant on Chrome

Introduction:
Meet Google Bard, an AI designed to assist in a multitude of tasks, from generating text and answering questions to crafting creative content like poems, codes, and more. Accessing Bard is now more seamless than ever with our Chrome extension. No more navigating to separate sites; the power of Bard is just a click away.

Features:

One-Click Access: Launch Bard directly from your Chrome toolbar or use the shortcut Ctrl+B. No more tedious navigation.
Continuous Conversation: Pick up right where you left off. The sidebar retains your last interaction, perfect for ongoing projects.
Real-time Suggestions: As you type, Bard offers relevant responses, streamlining your queries and saving time.
Tailored to You: Customize the sidebar's size, position, and even the opening shortcut to suit your preferences.
Benefits:

Boost Your Productivity: Swift access means more efficient work.
Enhanced Workflow: Always have your Bard chat on-hand, allowing for uninterrupted multitasking.
Unleash Creativity: With Bard's suggestions at your fingertips, let your imagination run wild.
Getting Started:
Installing is a breeze. Find us on the Chrome Web Store, add the extension, and you'll spot a new button on your toolbar. This button is your gateway to Bard. Dive into a conversation, explore suggestions, and when you're ready, tweak the settings to make it truly yours.

Conclusion:
Google Bard Sidebar is not just an extension; it's a productivity powerhouse. If you're a regular Bard user, this tool is a game-changer. Join the community and elevate your browser experience.                    

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

ชื่อ Bard Sidebar - Google Bard at Your Fingertips Bard Sidebar - Google Bard at Your Fingertips
ID lbfdjdlcfchopmahhmdigbanhilfjfek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bard-sidebar-google-bard/lbfdjdlcfchopmahhmdigbanhilfjfek
คำอธิบาย Access Google Bard with a single click or Ctrl+B with the Bard Sidebar Chrome extension
ขนาดไฟล์ 87.24 KB
จำนวนการติดตั้ง 780
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-10-15
วันที่เผยแพร่ 2023-10-04
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Chrome Tools
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://bardchrome.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Access Google Bard with a single click or Ctrl+B with the Bard Sidebar Chrome extension",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "Bard Sidebar - Google Bard at Your Fingertips",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "Click to open panel"
    },
    "side_panel": {
        "default_path": "panel.html",
        "openPanelOnActionClick": true
    },
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png",
        "16": "images\/16.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "images\/128.png",
                "images\/48.png",
                "images\/16.png"
            ],
            "matches": []
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "sidePanel",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "windows": "Ctrl+B",
                "mac": "Command+B",
                "chromeos": "Ctrl+B",
                "linux": "Ctrl+B"
            },
            "description": "Run \"Sidebard\" on the current page."
        }
    }
}