Bard2PDF - Convert Bard to PDF
Bard2PDF --Efficiently Convert Bard Data to PDF Reports
什么是Bard2PDF - Convert Bard to PDF?
Bard2PDF - Convert Bard to PDF是由carl007766开发的Chrome扩展程序,该扩展的主要功能是“Bard2PDF --Efficiently Convert Bard Data to PDF Reports”。
扩展截图
下载Bard2PDF - Convert Bard to PDF扩展crx文件
下载Bard2PDF - Convert Bard to PDF扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Firstly, you need to search and download the "Bard2PDF " Chrome extension in the Chrome web store.
After installation, visit Twitter and find the content you want to save.
On the page where the content is located, click the "Bard2PDF " extension icon in the top right corner of your browser.
https://bard.google.com/ on this site,you can save you chat content to pdf . Once done, click on the "Download PDF" button.
Wait for a few moments until the PDF file is downloaded. You can find the file by clicking the "Finished" button on the browser's download progress bar and then opening it through a PDF reader. 扩展基本信息
| 名称 | |
| ID | cckipgmmeajmmepnbgeldfmphdbcoini |
| 官方URL | https://chromewebstore.google.com/detail/bard2pdf-convert-bard-to/cckipgmmeajmmepnbgeldfmphdbcoini |
| 简介 | Bard2PDF --Efficiently Convert Bard Data to PDF Reports |
| 文件大小 | 19.97 KB |
| 安装次数 | 464 |
| 当前版本 | 0.0.5 |
| 更新时间 | 2023-08-27 |
| 上架时间 | 2023-05-12 |
| 评分 | 2.67/5 共3次评分 |
| 开发者 | carl007766 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.bardpdf.vip/ |
| 帮助页面URL | https://www.bardpdf.vip/ |
| 隐私政策页面URL | https://www.chatgpt2pdf.com/service.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bard2PDF - Convert Bard to PDF",
"description": "Bard2PDF --Efficiently Convert Bard Data to PDF Reports",
"manifest_version": 3,
"version": "0.0.5",
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"scripting",
"downloads",
"cookies"
],
"action": {
"default_popup": "jump.html",
"default_icon": "images\/48.png"
},
"host_permissions": [
"https:\/\/bard.google.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"https:\/\/bard.google.com\/*"
]
}
]
} | |