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!是由fiszDev開發的Chrome擴展程式,該擴展的主要功能是“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!擴展crx文件
下載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 |
官方網址 | 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" } } |