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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}