Dad Joke Generator

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

Что такое Dad Joke Generator?

Dad Joke Generator - это расширение Chrome, разработанное appsbylamby, и его основная функция - "Brighten your day with a random dad joke told to you at a customizable frequency.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Dad Joke Generator

Скачайте файлы расширений Dad Joke Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Dad Joke Generator Dad Joke Generator
ID omlkegalphjkgijmcjlcgfchcmhiblbj
Официальный URL https://chromewebstore.google.com/detail/dad-joke-generator/omlkegalphjkgijmcjlcgfchcmhiblbj
Описание Brighten your day with a random dad joke told to you at a customizable frequency.
Размер файла 45.25 KB
Количество установок 37
Текущая Версия 1.0.1
Последнее Обновление 2021-03-28
Дата публикации 2021-03-17
Разработчик appsbylamby
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/LambyPants/dad-joke-generator
URL страницы помощи https://github.com/LambyPants/dad-joke-generator
Поддерживаемые языки 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"
    }
}