Joke Generator
Get a random joke from the official Joke API.
什么是Joke Generator?
Joke Generator是由cytsai11.tw开发的Chrome扩展程序,该扩展的主要功能是“Get a random joke from the official Joke API.”。
扩展截图
下载Joke Generator扩展crx文件
下载Joke Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Brighten up your day with the Random Joke Generator Extension! This lightweight and easy-to-use browser extension provides you with a fresh, hilarious joke at the click of a button. Perfect for when you need a quick laugh, a conversation starter, or just a break from your daily routine. Features: Generates random jokes from a vast collection of classic and modern humor. Simple, clean, and user-friendly interface that displays the joke in a clear and easy-to-read format. "New Joke" button allows you to generate a new joke instantly. "Copy Joke" button enables you to quickly copy the joke to your clipboard, making it easy to share with friends and family. Don't let life's stresses get you down. Install the Random Joke Generator Extension today and bring a little laughter into your life!
扩展基本信息
名称 | Joke Generator |
ID | pikabpgljebfodhibnafaolfnoiedhdj |
官方URL | https://chromewebstore.google.com/detail/joke-generator/pikabpgljebfodhibnafaolfnoiedhdj |
简介 | Get a random joke from the official Joke API. |
文件大小 | 11.37 KB |
安装次数 | 59 |
当前版本 | 1.0 |
更新时间 | 2023-04-05 |
上架时间 | 2023-04-05 |
开发者 | cytsai11.tw |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Joke Generator", "version": "1.0", "description": "Get a random joke from the official Joke API.", "manifest_version": 3, "action": { "default_popup": "popup.html" }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [] } |