Bard2PDF
Save Bard response as PDF
What is Bard2PDF?
Bard2PDF is a Chrome extension developed by Prakhar Gurunani, and its main feature is "Save Bard response as PDF".
Extension Screenshots
Download Bard2PDF Extension CRX File
Download Bard2PDF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A powerful Chrome extension that simplifies the process of saving Bard responses as PDFs. With just a single click, you can now transform any engaging conversation or insightful discussion on Bard into a neatly formatted PDF document.
Extension Basic Information
Name | Bard2PDF |
ID | kobfhggbcmoahneenogbdglhakajipij |
Official URL | https://chromewebstore.google.com/detail/bard2pdf/kobfhggbcmoahneenogbdglhakajipij |
Description | Save Bard response as PDF |
File Size | 245 KB |
Installation Count | 67 |
Current Version | 1.0.2 |
Last Updated | 2023-10-06 |
Publish Date | 2023-07-12 |
Developer | Prakhar Gurunani |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/FirePing32/bard2pdf |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bard2PDF", "description": "Save Bard response as PDF", "version": "1.0.2", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmHnu393gJHMFdrtAWiOOZKxsPnyxJCWPGCPonD81WO8N8JpTcPyTydQkPhqTN53DL81QdIPNQCsg8s9ZtZNKaNGgdDGdMLUXOLuhg5PmNkoV7SHjWcWjc8PByqpaQeBRi0r9tXrQeZUmXUhhJZoQP7X1CSOW8VTLHvqaR\/untaI7dsexaeD0uUOtrmdKAy347VuI0aeeSQ4Pl5cZxP3WuUpjmlL6QyX8kL2le38naojL8xgPoPON\/2OMz8Fyd0PEHnx7qbcMYyzT6dr984yrMPvMUnm733UKnOjsf8Ne353cGEhte2JmOFKi13CVobc9iSWWohqg84OO8LbewyUDDQIDAQAB", "host_permissions": [ "https:\/\/bard.google.com\/*" ], "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/bard.google.com\/*" ], "all_frames": true, "js": [ "js\/content-script.js" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/bard.google.com\/*" ], "resources": [ "js\/*" ] } ] } |