Talk and Comment - Voice notes anywhere

Make voice notes and comments on any site!

Talk and Comment - Voice notes anywhere là gì?

Talk and Comment - Voice notes anywhere là một tiện ích mở rộng Chrome được phát triển bởi https://talkandcomment.com, và tính năng chính của nó là "Make voice notes and comments on any site!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Talk and Comment - Voice notes anywhere

Tải xuống các tệp mở rộng Talk and Comment - Voice notes anywhere dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Talk and Comment - Voice notes anywhere Talk and Comment - Voice notes anywhere
ID djnhkfljnimcpelfndpcjcgngmefaobl
URL Chính Thức https://chromewebstore.google.com/detail/talk-and-comment-voice-no/djnhkfljnimcpelfndpcjcgngmefaobl
Mô tả Make voice notes and comments on any site!
Kích Thước Tệp 609 KB
Số Lần Cài Đặt 400,000
Phiên Bản Hiện Tại 1.3.3
Cập Nhật Lần Cuối 2020-06-01
Ngày Phát Hành 2020-06-01
Đánh Giá 4.10/5 Tổng số 5792 Đánh Giá
Nhà Phát Triển https://talkandcomment.com
Loại Thanh Toán free
Trang Web Mở Rộng http://talkandcomment.com
URL Trang Trợ Giúp https://www.facebook.com/talkandcomment
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}