clappr

Displays emoji's and sounds claps on top of your browser content

什么是clappr?

clappr是由https://monday.com开发的Chrome扩展程序,该扩展的主要功能是“Displays emoji's and sounds claps on top of your browser content”。

扩展截图

screenshot
screenshot
screenshot

下载clappr扩展crx文件

下载clappr扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Want to engage participants during your next online meeting? 

Now you can enable participants to virtually clap and send reactions on top of the content that you share on your screen during the meeting. 

Simply install the extension, share the participant link with your meeting attendees, share you browser in the meeting and see how your meeting comes to life!                    

扩展基本信息

名称 clappr clappr
ID hpeooigmanddmkodommkgpeoppkacccp
官方URL https://chromewebstore.google.com/detail/clappr/hpeooigmanddmkodommkgpeoppkacccp
简介 Displays emoji's and sounds claps on top of your browser content
文件大小 5.78 MB
安装次数 1,494
当前版本 2.1.2
更新时间 2022-03-01
上架时间 2021-04-04
评分 5.00/5 共1次评分
开发者 https://monday.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://clappr.app
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "clappr",
    "description": "Displays emoji's and sounds claps on top of your browser content",
    "version": "2.1.2",
    "background": {
        "persistent": true,
        "scripts": [
            "firebase-app.js",
            "firebase-database.js",
            "extension.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "easytimer.min.js",
                "move.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png",
        "default_title": "clappr presenter"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src  'self'",
    "web_accessible_resources": [
        "claps\/*",
        "reactions\/*"
    ]
}