Bard2PDF

Save Bard response as PDF

Bard2PDFとは何ですか?

Bard2PDFはPrakhar Gurunaniによって開発されたChromeの拡張機能で、その主な機能は「Save Bard response as PDF」です。

拡張機能のスクリーンショット

screenshot

Bard2PDF拡張機能のCRXファイルをダウンロード

Bard2PDF拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Bard2PDF Bard2PDF
ID kobfhggbcmoahneenogbdglhakajipij
公式URL https://chromewebstore.google.com/detail/bard2pdf/kobfhggbcmoahneenogbdglhakajipij
説明 Save Bard response as PDF
ファイルサイズ 245 KB
インストール数 67
現在のバージョン 1.0.2
最終更新日 2023-10-06
公開日 2023-07-12
開発者 Prakhar Gurunani
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/FirePing32/bard2pdf
対応言語 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\/*"
            ]
        }
    ]
}