Dad Joke Generator
Brighten your day with a random dad joke told to you at a customizable frequency.
Qu'est-ce que Dad Joke Generator ?
Dad Joke Generator est une extension Chrome développée par appsbylamby, et sa fonction principale est "Brighten your day with a random dad joke told to you at a customizable frequency.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dad Joke Generator
Téléchargez les fichiers d'extension Dad 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
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.
Informations de Base sur l'Extension
Nom | Dad Joke Generator |
ID | omlkegalphjkgijmcjlcgfchcmhiblbj |
URL Officiel | https://chromewebstore.google.com/detail/dad-joke-generator/omlkegalphjkgijmcjlcgfchcmhiblbj |
Description | Brighten your day with a random dad joke told to you at a customizable frequency. |
Taille du Fichier | 45.25 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2021-03-28 |
Date de Publication | 2021-03-17 |
Développeur | appsbylamby |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/LambyPants/dad-joke-generator |
URL de la Page d'Aide | https://github.com/LambyPants/dad-joke-generator |
Langues Prises en Charge | 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": [ " |