Bard Export and Copy - Save your chats!
Copy to clipboard or export your Google Bard conversations in multiple formats (TXT, HTML, PDF, DOC, CSV, MD, JSON, XML, RTF)!
Bard Export and Copy - Save your chats!คืออะไร?
Bard Export and Copy - Save your chats! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fiszDev และคุณลักษณะหลักของมันคือ "Copy to clipboard or export your Google Bard conversations in multiple formats (TXT, HTML, PDF, DOC, CSV, MD, JSON, XML, RTF)!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bard Export and Copy - Save your chats!
ดาวน์โหลดไฟล์ส่วนขยาย Bard Export and Copy - Save your chats! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
✅Export Bard conversations in multiple formats ✅Copy the entire conversation to the clipboard with one click ✅Print the conversation ✅Custom selection popup ✅Contextual menu ✨Welcome to Bard Export and Copy!✨ *️⃣With this extension you will be able to download, with a single click, any conversation with Bard! *️⃣Also, you can copy the entire conversation (or individual messages) to the clipboard 📋, with one click! *️⃣In addition, you can Print the conversation! ❇️Exportation formats *️⃣TXT *️⃣HTML *️⃣PDF *️⃣DOC *️⃣CSV *️⃣MD -MARKDOWN- *️⃣JSON *️⃣XML *️⃣RTF ❇️Popup window *️⃣When you open the popup you will automatically find the entire current conversation converted to plain text 📄 *️⃣You can select the part you want, or copy the entire content automatically with the "Copy to clipboard" 📋 button. *️⃣Also, you can Print the conversation with the "🖨️Print" button. *️⃣In addition, you can download the entire conversation in many formats 💬 ❇️Contextual menu *️⃣If all this wasn't enough, Bard Export and Copy also integrates into the browser's context menu, giving you another quick way to use all its features 😉
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bard Export and Copy - Save your chats! |
ID | ccigddhpbhnlhdhafkcdjididdelghkj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bard-export-and-copy-save/ccigddhpbhnlhdhafkcdjididdelghkj |
คำอธิบาย | Copy to clipboard or export your Google Bard conversations in multiple formats (TXT, HTML, PDF, DOC, CSV, MD, JSON, XML, RTF)! |
ขนาดไฟล์ | 145 KB |
จำนวนการติดตั้ง | 1,651 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2023-07-24 |
วันที่เผยแพร่ | 2023-05-16 |
คะแนน | 2.55/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | fiszDev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bard Export and Copy - Save your chats!", "description": "Copy to clipboard or export your Google Bard conversations in multiple formats (TXT, HTML, PDF, DOC, CSV, MD, JSON, XML, RTF)!", "version": "1.2", "author": "fiszDev", "action": { "default_icon": { "128": "icons\/icon128.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_popup": "popup.html", "default_title": "Bard Export and Copy" }, "permissions": [ "contextMenus", "storage" ], "content_scripts": [ { "js": [ "js\/jspdf.umd.min.js", "js\/content.js" ], "matches": [ "https:\/\/bard.google.com\/*" ] } ], "background": { "service_worker": "js\/background.js" }, "icons": { "128": "icons\/icon128.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png" } } |