Joke Generator

Get a random joke from the official Joke API.

Qu'est-ce que Joke Generator ?

Joke Generator est une extension Chrome développée par cytsai11.tw, et sa fonction principale est "Get a random joke from the official Joke API.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Joke Generator

Téléchargez les fichiers d'extension Joke Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Joke Generator Joke Generator
ID pikabpgljebfodhibnafaolfnoiedhdj
URL Officiel https://chromewebstore.google.com/detail/joke-generator/pikabpgljebfodhibnafaolfnoiedhdj
Description Get a random joke from the official Joke API.
Taille du Fichier 11.37 KB
Nombre d'Installations 59
Version Actuelle 1.0
Dernière Mise à Jour 2023-04-05
Date de Publication 2023-04-05
Développeur cytsai11.tw
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}