Dad Joke Generator

Brighten your day with a random dad joke told to you at a customizable frequency.

Wat is Dad Joke Generator?

Dad Joke Generator is een Chrome-extensie ontwikkeld door appsbylamby, en de belangrijkste functie is "Brighten your day with a random dad joke told to you at a customizable frequency.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dad Joke Generator

Download Dad Joke Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This is a "just for fun" Chrome extension which gets a random dad joke at a customizable time interval. Want to hear a corny dad joke a few times a day? This extension is for you.

If this project brightens your day, consider making a donation to
the Chicago Food Bank (https://www.chicagosfoodbank.org/financial-support/")

This project is free and open source (https://github.com/LambyPants/dad-joke-generator)

Be sure and refresh your page after installing it for the first time.                    

Basisinformatie over de Extensie

Naam Dad Joke Generator Dad Joke Generator
ID omlkegalphjkgijmcjlcgfchcmhiblbj
Officiële URL https://chromewebstore.google.com/detail/dad-joke-generator/omlkegalphjkgijmcjlcgfchcmhiblbj
Beschrijving Brighten your day with a random dad joke told to you at a customizable frequency.
Bestandsgrootte 45.25 KB
Aantal Installaties 37
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-03-28
Publicatiedatum 2021-03-17
Ontwikkelaar appsbylamby
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/LambyPants/dad-joke-generator
Help Pagina-URL https://github.com/LambyPants/dad-joke-generator
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dad Joke Generator",
    "version": "1.0.1",
    "description": "Brighten your day with a random dad joke told to you at a customizable frequency.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        "mrTurner.png",
        "content.js"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-e0a4c960.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "assets\/background-779e9a01.js"
        ]
    },
    "icons": {
        "48": "icon.png",
        "128": "large-icon.png"
    }
}