Joke Generator
Get a random joke from the official Joke API.
Τι είναι το Joke Generator;
Το Joke Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cytsai11.tw, και η κύρια λειτουργία του είναι "Get a random joke from the official Joke API.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Joke Generator
Λήψη αρχείων επέκτασης 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": [] } |