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是由https://talkandcomment.com開發的Chrome擴展程式,該擴展的主要功能是“Make voice notes and comments on any site!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Talk and Comment - Voice notes anywhere擴展crx文件

下載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
官方網址 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"
    }
}