Dad Joke Generator

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

Was ist Dad Joke Generator?

Dad Joke Generator ist eine Chrome-Erweiterung, die von appsbylamby entwickelt wurde, und ihr Hauptmerkmal ist "Brighten your day with a random dad joke told to you at a customizable frequency.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Dad Joke Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dad Joke Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Dad Joke Generator Dad Joke Generator
ID omlkegalphjkgijmcjlcgfchcmhiblbj
Offizielle URL https://chromewebstore.google.com/detail/dad-joke-generator/omlkegalphjkgijmcjlcgfchcmhiblbj
Beschreibung Brighten your day with a random dad joke told to you at a customizable frequency.
Dateigröße 45.25 KB
Installationsanzahl 37
Aktuelle Version 1.0.1
Letztes Update 2021-03-28
Veröffentlichungsdatum 2021-03-17
Entwickler appsbylamby
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/LambyPants/dad-joke-generator
Hilfeseite URL https://github.com/LambyPants/dad-joke-generator
Unterstützte Sprachen 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"
    }
}