Bard2PDF - Convert Bard to PDF
Bard2PDF --Efficiently Convert Bard Data to PDF Reports
¿Qué es Bard2PDF - Convert Bard to PDF?
Bard2PDF - Convert Bard to PDF es una extensión de Chrome desarrollada por carl007766, y su función principal es "Bard2PDF --Efficiently Convert Bard Data to PDF Reports".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bard2PDF - Convert Bard to PDF
Descarga archivos de extensión Bard2PDF - Convert Bard to PDF en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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. Información Básica de la Extensión
| Nombre | |
| ID | cckipgmmeajmmepnbgeldfmphdbcoini |
| URL Oficial | https://chromewebstore.google.com/detail/bard2pdf-convert-bard-to/cckipgmmeajmmepnbgeldfmphdbcoini |
| Descripción | Bard2PDF --Efficiently Convert Bard Data to PDF Reports |
| Tamaño del Archivo | 19.97 KB |
| Cantidad de Instalaciones | 464 |
| Versión Actual | 0.0.5 |
| Última Actualización | 2023-08-27 |
| Fecha de Publicación | 2023-05-12 |
| Calificación | 2.67/5 Total de 3 Calificaciones |
| Desarrollador | carl007766 |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://www.bardpdf.vip/ |
| URL de la Página de Ayuda | https://www.bardpdf.vip/ |
| URL de la Página de Política de Privacidad | https://www.chatgpt2pdf.com/service.html |
| Idiomas Soportados | 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\/*"
]
}
]
} | |