Bing Chat saver

Saving Bing Chat for you, for sharing

Bing Chat saverคืออะไร?

Bing Chat saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gantrol และคุณลักษณะหลักของมันคือ "Saving Bing Chat for you, for sharing"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bing Chat saver

ดาวน์โหลดไฟล์ส่วนขยาย Bing Chat saver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Are you tired of losing your Bing chat history every time you refresh the page? With this plugin, you can export your chat history in various formats such as images, text, and JSON, and save it to your browser for future reference.

Chrome can use New Bing by this extension now.
---
Release Note ( https://github.com/gantrol/Bing-Chat-Saver/releases )

v0.2.4: quick fix for bing chat update at 2023/5/4

v0.2.3: chat record, add reference, delete chat button, copy button, edit title button

v0.2: 
- save chat "auto" when exit tab, refresh tab or click 'new topic' button;
- chat ui modified and add search for title
- remove feature that save chat when clicking export or preview.
- popup setting UI update                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bing Chat saver Bing Chat saver
ID ficbllnhlgldegblbimkeldcdhfjppkg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bing-chat-saver/ficbllnhlgldegblbimkeldcdhfjppkg
คำอธิบาย Saving Bing Chat for you, for sharing
ขนาดไฟล์ 174 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 0.2.3
อัปเดตครั้งล่าสุด 2023-05-06
วันที่เผยแพร่ 2023-02-18
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา gantrol
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/gantrol/Bing-Chat-Saver
URL หน้าช่วยเหลือ https://github.com/gantrol/Bing-Chat-Saver
URL หน้านโยบายความเป็นส่วนตัว https://github.com/gantrol/SecretaryGPT/blob/main/doc/%E9%9A%90%E7%A7%81%E6%9D%83%E8%AF%B4%E6%98%8E.txt
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.2.3",
    "author": "gantrol",
    "name": "__MSG_extensionName__",
    "description": "Saving Bing Chat for you, for sharing",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.62a5b9ec.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "*:\/\/*.bing.com\/*"
    ],
    "default_locale": "en"
}