Joke Generator
Get a random joke from the official Joke API.
Apa itu Joke Generator?
Joke Generator adalah ekstensi Chrome yang dikembangkan oleh cytsai11.tw, dan fitur utamanya adalah "Get a random joke from the official Joke API.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Joke Generator
Unduh file ekstensi Joke Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Joke Generator |
ID | pikabpgljebfodhibnafaolfnoiedhdj |
URL Resmi | https://chromewebstore.google.com/detail/joke-generator/pikabpgljebfodhibnafaolfnoiedhdj |
Deskripsi | Get a random joke from the official Joke API. |
Ukuran File | 11.37 KB |
Jumlah Instalasi | 59 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-04-05 |
Tanggal Publikasi | 2023-04-05 |
Pengembang | cytsai11.tw |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [] } |