JokeBox

Random Joke Generator

什么是JokeBox?

JokeBox是由Priyanshu Modi开发的Chrome扩展程序,该扩展的主要功能是“Random Joke Generator”。

扩展截图

screenshot
screenshot
screenshot

下载JokeBox扩展crx文件

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

扩展使用说明

                        JokeBox is a Free One-Click Joke Generator that shows you a fresh joke anytime you wish to read one. It also allows you to post the joke to twitter with a single tap. There is also a dark mode to please your eyes when the lighting is dim.

Whether you are steering your way through the never-ending list of LinkedIn posts where everyone is busy sharing their achievements, or working hard to finish a paper whose deadline is approaching, the internet can be stressful sometimes-we know that. That's why we have created JokeBox, to make your stress turn into a laugh with just a click

With 200,000+ funny jokes and a clean UI, JokeBox is the gift you want to give yourself.                    

扩展基本信息

名称 JokeBox JokeBox
ID aaknmcfmalngompbpgmdgemkeonohiec
官方URL https://chromewebstore.google.com/detail/jokebox/aaknmcfmalngompbpgmdgemkeonohiec
简介 Random Joke Generator
文件大小 26.62 MB
安装次数 67
当前版本 1.0
更新时间 2021-06-15
上架时间 2021-06-15
评分 5.00/5 共1次评分
开发者 Priyanshu Modi
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JokeBox",
    "description": "Random Joke Generator",
    "version": "1.0",
    "icons": {
        "128": "JokeBox128.png",
        "48": "JokeBox48.png",
        "16": "JokeBox16.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "JokeBox128.png",
            "48": "JokeBox48.png",
            "16": "JokeBox16.png"
        }
    }
}