Talk and Comment - Voice notes anywhere

Make voice notes and comments on any site!

Talk and Comment - Voice notes anywhereคืออะไร?

Talk and Comment - Voice notes anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://talkandcomment.com และคุณลักษณะหลักของมันคือ "Make voice notes and comments on any site!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Talk and Comment - Voice notes anywhere

ดาวน์โหลดไฟล์ส่วนขยาย Talk and Comment - Voice notes anywhere ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Collaborate with your voice, anywhere on the web.

Talk&Comment lets you create voice notes inside any service on the web, including Google Docs, Google Classroom, Twitter, Facebook comments, Gmail, YouTube, Reddit, Slack, and more!

Simply record your voice from the widget inside your browser, and paste the generated voice link anywhere you want.                    

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

ชื่อ Talk and Comment - Voice notes anywhere Talk and Comment - Voice notes anywhere
ID djnhkfljnimcpelfndpcjcgngmefaobl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/talk-and-comment-voice-no/djnhkfljnimcpelfndpcjcgngmefaobl
คำอธิบาย Make voice notes and comments on any site!
ขนาดไฟล์ 609 KB
จำนวนการติดตั้ง 400,000
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2020-06-01
วันที่เผยแพร่ 2020-06-01
คะแนน 4.10/5 รวมทั้งหมด 5792 คะแนน
ผู้พัฒนา https://talkandcomment.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://talkandcomment.com
URL หน้าช่วยเหลือ https://www.facebook.com/talkandcomment
ภาษาที่รองรับ en,fr,es,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "Talk&Comment",
    "default_locale": "en",
    "version": "1.3.3",
    "icons": {
        "16": "images\/icons\/icon16.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        "sound\/start.wav",
        "sound\/stop.wav",
        "sound\/error.wav",
        "images\/tac-logo-v2.svg"
    ],
    "homepage_url": "https:\/\/talkandcomment.com",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "tooltip.js",
                "FBPlayer\/FBPlayer.js",
                "content-v2.js"
            ],
            "css": [
                "tac-style-v2.css",
                "FBPlayer\/FBPlayer.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/icon19.png",
            "38": "images\/icons\/icon38.png"
        },
        "default_popup": "popup.html"
    }
}