Joke Generator
Get a random joke from the official Joke API.
O que é Joke Generator?
Joke Generator é uma extensão do Chrome desenvolvida por cytsai11.tw, e sua principal característica é "Get a random joke from the official Joke API.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Joke Generator
Baixe arquivos de extensão Joke Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Joke Generator |
ID | pikabpgljebfodhibnafaolfnoiedhdj |
URL Oficial | https://chromewebstore.google.com/detail/joke-generator/pikabpgljebfodhibnafaolfnoiedhdj |
Descrição | Get a random joke from the official Joke API. |
Tamanho do Arquivo | 11.37 KB |
Contagem de Instalações | 59 |
Versão Atual | 1.0 |
Última Atualização | 2023-04-05 |
Data de Publicação | 2023-04-05 |
Desenvolvedor | cytsai11.tw |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [] } |