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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
✅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" } } |