Joke Extension

A Chrome extension that tells jokes.

什么是Joke Extension?

Joke Extension是由Sandeep Mondal开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension that tells jokes.”。

扩展截图

screenshot

下载Joke Extension扩展crx文件

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

扩展使用说明

                        The "Joke Extension" is a fun Chrome extension that delivers a dose of humor with just a click. Get ready to laugh as it presents a collection of random jokes right in your browser, bringing a smile to your face whenever you need it.                    

扩展基本信息

名称 Joke Extension Joke Extension
ID bmgohkkommkpjgegjochhjcabbmkembj
官方URL https://chromewebstore.google.com/detail/joke-extension/bmgohkkommkpjgegjochhjcabbmkembj
简介 A Chrome extension that tells jokes.
文件大小 26.65 KB
安装次数 44
当前版本 1.0
更新时间 2023-06-23
上架时间 2023-06-23
评分 5.00/5 共2次评分
开发者 Sandeep Mondal
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://smondal1008.my.canva.site/jokes-extension-privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Joke Extension",
    "version": "1.0",
    "description": "A Chrome extension that tells jokes.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}