Side Chatter: Chatroom Extension

The web needs not be a lonely place, install Side Chatter and chat away!

Side Chatter: Chatroom Extensionคืออะไร?

Side Chatter: Chatroom Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lsdsoftware.com และคุณลักษณะหลักของมันคือ "The web needs not be a lonely place, install Side Chatter and chat away!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Side Chatter: Chatroom Extension

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

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

                        Side Chatter is a browser extension that pops up a side bar and lets you chat with other users who are reading the same article as you are.  Side Chatter enables you to discuss, ask questions, share insights, or simply to chat and discover people with similar interests.

To activate Side Chatter, click on the Side Chatter icon on the browser menu bar.  A chatroom, filled with lively discussion about the topic you're reading, is always just one click away.  That is the idea of Side Chatter.

Side Chatter tries to be non-intrusive.  It doesn't inject itself into every web page you visit.  So it won't negatively affect your browsing speed, or present a cause for privacy concerns.

This is an open-source project.  To contribute, please visit https://github.com/ken107/side-chatter.                    

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

ชื่อ Side Chatter: Chatroom Extension Side Chatter: Chatroom Extension
ID janhmknppohbjelpfadjegbcddndejaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/side-chatter-chatroom-ext/janhmknppohbjelpfadjegbcddndejaf
คำอธิบาย The web needs not be a lonely place, install Side Chatter and chat away!
ขนาดไฟล์ 19.96 KB
จำนวนการติดตั้ง 397
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2023-12-06
วันที่เผยแพร่ 2020-06-12
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://lsdsoftware.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ken107/side-chatter
URL หน้าช่วยเหลือ https://lsdsoftware.com/contact.html?subject=SideChatter
URL หน้านโยบายความเป็นส่วนตัว https://readaloud.app/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_short_name__",
    "description": "__MSG_extension_description__",
    "version": "2.0.1",
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjGSXakL6u5VkM8G6L2+uPAfmkE+2ZXu8aDs09Ln1M4X0TMrEP9z2+R9X2M+5Op1GJbwgDP0Rswm26yy3m3a9OjRY1kV9qarEHOHS8mgTkvzuuR9WGB2MPyhQnK8kpDgB9RCM4rBTphlOGG8zJqy57Kfo53aeA8sfrlIAFI2ykQZyQWUCxIbubT3IrdgPdHt5uqtAvyKZCX4rxm24hRPANGLzLlGKOzV6JePOkrF2lsNsiZjugcTwe+3sRUiKBKFkV2\/D1U+e8zi7Jt2CD6LcGPNXBTi9yy\/+g\/iYt6yeIOw5Eldfnq7\/D8Rn+c8BNxaJ2TcWIJ4zi8oUQWmCzNCCBwIDAQAB",
    "action": {
        "default_icon": "img\/icon.png"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "permissions": [
        "tabs",
        "sidePanel",
        "storage"
    ],
    "side_panel": {
        "default_path": "web\/chat.html"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "commands": {
        "open": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "open SideChatter"
        }
    }
}