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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}