Bard2PDF - Convert Bard to PDF
Bard2PDF --Efficiently Convert Bard Data to PDF Reports
Τι είναι το Bard2PDF - Convert Bard to PDF;
Το Bard2PDF - Convert Bard to PDF είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον carl007766, και η κύρια λειτουργία του είναι "Bard2PDF --Efficiently Convert Bard Data to PDF Reports".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bard2PDF - Convert Bard to PDF
Λήψη αρχείων επέκτασης 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\/*"
]
}
]
} | |