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"
    }
}