Joke Generator

Get a random joke from the official Joke API.

Co to jest Joke Generator?

Joke Generator to rozszerzenie Chrome opracowane przez cytsai11.tw, a jego główną funkcją jest „Get a random joke from the official Joke API.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Joke Generator

Pobierz pliki rozszerzeń Joke Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Joke Generator Joke Generator
ID pikabpgljebfodhibnafaolfnoiedhdj
Oficjalny URL https://chromewebstore.google.com/detail/joke-generator/pikabpgljebfodhibnafaolfnoiedhdj
Opis Get a random joke from the official Joke API.
Rozmiar pliku 11.37 KB
Liczba instalacji 59
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-04-05
Data Publikacji 2023-04-05
Deweloper cytsai11.tw
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": []
}