Joke Generator
Get a random joke from the official Joke API.
Cos'è Joke Generator?
Joke Generator è un'estensione di Chrome sviluppata da cytsai11.tw, e la sua funzione principale è "Get a random joke from the official Joke API.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Joke Generator
Scarica i file di estensione Joke Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Joke Generator |
ID | pikabpgljebfodhibnafaolfnoiedhdj |
URL Ufficiale | https://chromewebstore.google.com/detail/joke-generator/pikabpgljebfodhibnafaolfnoiedhdj |
Descrizione | Get a random joke from the official Joke API. |
Dimensione del File | 11.37 KB |
Conteggio Installazioni | 59 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-04-05 |
Data di Pubblicazione | 2023-04-05 |
Sviluppatore | cytsai11.tw |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [] } |